From 542386a3aa12bf677b83ee2d01dbcd5a38862823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:57:08 +0000 Subject: [PATCH] build(deps): bump google-api-python-client from 2.120.0 to 2.122.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.120.0 to 2.122.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.120.0...v2.122.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e94080507..eb01e76308 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1446,13 +1446,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.120.0" +version = "2.122.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.120.0.tar.gz", hash = "sha256:a0c8769cad9576768bcb3191cb1f550f6ab3290cba042badb0fb17bba03f70cc"}, - {file = "google_api_python_client-2.120.0-py2.py3-none-any.whl", hash = "sha256:e2cdf4497bfc758fb44a4b487920cc1ca0571c2428187697a8e43e3b9feba1c9"}, + {file = "google-api-python-client-2.122.0.tar.gz", hash = "sha256:77447bf2d6b6ea9e686fd66fc2f12ee7a63e3889b7427676429ebf09fcb5dcf9"}, + {file = "google_api_python_client-2.122.0-py2.py3-none-any.whl", hash = "sha256:a5953e60394b77b98bcc7ff7c4971ed784b3b693e9a569c176eaccb1549330f2"}, ] [package.dependencies] @@ -4426,4 +4426,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7546aaec7fce2369c65022bbeb34166238925194ff41851b5efa151a6b70ae6d" +content-hash = "2622796ffcaa5d4c72cdf782a086d9a94c0bda8fa26598d8db3d0646a5c81287" diff --git a/pyproject.toml b/pyproject.toml index 30120aecf6..056d889dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.120.0" +google-api-python-client = "2.122.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.21.1" msgraph-sdk = "^1.0.0"