diff --git a/poetry.lock b/poetry.lock index 3bf6dbf2..f6f7d858 100644 --- a/poetry.lock +++ b/poetry.lock @@ -887,13 +887,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.95.0" +version = "2.96.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.95.0.tar.gz", hash = "sha256:d2731ede12f79e53fbe11fdb913dfe986440b44c0a28431c78a8ec275f4c1541"}, - {file = "google_api_python_client-2.95.0-py2.py3-none-any.whl", hash = "sha256:a8aab2da678f42a01f2f52108f787fef4310f23f9dd917c4e64664c3f0c885ba"}, + {file = "google-api-python-client-2.96.0.tar.gz", hash = "sha256:f712373d03d338af57b9f5fe98c91f4b5baaa8765469b015bc623c4681c5bd51"}, + {file = "google_api_python_client-2.96.0-py2.py3-none-any.whl", hash = "sha256:38c2b61b10d15bb41ec8f89303e3837ec2d2c3e4e38de5800c05ee322492f937"}, ] [package.dependencies] @@ -2916,4 +2916,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c5987150cae123163048bfc948adb2520a48f6bf954b1680f112980924c6899f" +content-hash = "c38e0e050f4daf54bb9445328ee5ba6d4d9099ea711a48b9dae419ca1f3a86e5" diff --git a/pyproject.toml b/pyproject.toml index 5eb00659..4a0d6170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.95.0" +google-api-python-client = "2.96.0" google-auth-httplib2 = "^0.1.0" mkdocs = {version = "1.5.2", optional = true} mkdocs-material = {version = "9.1.21", optional = true}