From eee1b95a865a94ceb09422ac9faf2ffc4ac6513e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:59:40 +0000 Subject: [PATCH] MAINT: Bump the grpc-deps group with 2 updates Bumps the grpc-deps group with 2 updates: [google-api-python-client](https://github.com/googleapis/google-api-python-client) and [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos). Updates `google-api-python-client` from 2.109.0 to 2.110.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.109.0...v2.110.0) Updates `googleapis-common-protos` from 1.61.0 to 1.62.0 - [Release notes](https://github.com/googleapis/python-api-common-protos/releases) - [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-api-common-protos/compare/v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps - dependency-name: googleapis-common-protos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a86e489ff7..23cbc0cb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ tests = [ "ansys-tools-path==0.4.0", "beartype==0.16.4", "docker==6.1.3", - "google-api-python-client==2.109.0", - "googleapis-common-protos==1.61.0", + "google-api-python-client==2.110.0", + "googleapis-common-protos==1.62.0", "grpcio==1.50.0", "grpcio-health-checking==1.48.2", "numpy==1.26.2",