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"