From e70e01196f85df0f140545ad911ab55067d3a1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:08:13 +0200 Subject: [PATCH] build(deps): bump google-api-python-client from 2.96.0 to 2.97.0 (#2753) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d265d86..3ab6e380 100644 --- a/poetry.lock +++ b/poetry.lock @@ -918,13 +918,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.96.0" +version = "2.97.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "google-api-python-client-2.97.0.tar.gz", hash = "sha256:48277291894876a1ca7ed4127e055e81f81e6343ced1b544a7200ae2c119dcd7"}, + {file = "google_api_python_client-2.97.0-py2.py3-none-any.whl", hash = "sha256:5215f4cd577753fc4192ccfbe0bb8b55d4bb5fd68fa6268ac5cf271b6305de31"}, ] [package.dependencies] @@ -3114,4 +3114,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1c9de20bc110c9bddb649aa02ae081db4969e2bc76168c4c32a06bd32e06730f" +content-hash = "4bf09ee7e3e625bc38629a400cd4bb2982e5b98541f556167b2878096c91a017" diff --git a/pyproject.toml b/pyproject.toml index 945e38f9..21fd9ff6 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.96.0" +google-api-python-client = "2.97.0" google-auth-httplib2 = "^0.1.0" mkdocs = {version = "1.5.2", optional = true} mkdocs-material = {version = "9.2.1", optional = true}