From 59d3b2f33e71a9c6731ba9befbe088f8a89f8239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:04:25 +0200 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.132.0 to 2.133.0 (#4274) 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 47a4cb78fb..72d5931a8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1587,13 +1587,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.132.0" +version = "2.133.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.132.0.tar.gz", hash = "sha256:d6340dc83b72d72333cee5d50f7dcfecbff66a8783164090e945f985ec4c374d"}, - {file = "google_api_python_client-2.132.0-py2.py3-none-any.whl", hash = "sha256:cde87700bd4d37f39f5e940292c1c6cd0910990b5b01f50b1332a8cea38e8595"}, + {file = "google-api-python-client-2.133.0.tar.gz", hash = "sha256:293092905b66a046d3187a99ac454e12b00cc2c70444f26eb2f1f9c1a82720b4"}, + {file = "google_api_python_client-2.133.0-py2.py3-none-any.whl", hash = "sha256:396fe676ea0dfed066654dcf9f8dea77a1342f9d9bb23bb88e45b7b81e773926"}, ] [package.dependencies] @@ -4890,4 +4890,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "67efb4573a28d03c3f9bed2db37f4a13e25858c9b79f2811ce388a96cc0e3ad3" +content-hash = "091dd96d1fdfc1c8e3bfdf2b9d872fc2a18a80f4180f66f0b6b0ca75efe2e279" diff --git a/pyproject.toml b/pyproject.toml index efa671faa6..fe89d1865d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ colorama = "0.4.6" dash = "2.17.0" dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" -google-api-python-client = "2.132.0" +google-api-python-client = "2.133.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" kubernetes = "29.0.0"