From c3ef0d4ca811aafb1620543d201ed88b3501c2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:15:04 +0200 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.130.0 to 2.131.0 (#4166) 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 87dc16ff46..5c3e98fab6 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.130.0" +version = "2.131.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.130.0.tar.gz", hash = "sha256:2bba3122b82a649c677b8a694b8e2bbf2a5fbf3420265caf3343bb88e2e9f0ae"}, - {file = "google_api_python_client-2.130.0-py2.py3-none-any.whl", hash = "sha256:7d45a28d738628715944a9c9d73e8696e7e03ac50b7de87f5e3035cefa94ed3a"}, + {file = "google-api-python-client-2.131.0.tar.gz", hash = "sha256:1c03e24af62238a8817ecc24e9d4c32ddd4cb1f323b08413652d9a9a592fc00d"}, + {file = "google_api_python_client-2.131.0-py2.py3-none-any.whl", hash = "sha256:e325409bdcef4604d505d9246ce7199960a010a0569ac503b9f319db8dbdc217"}, ] [package.dependencies] @@ -4907,4 +4907,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b64c5c7baf8f0dabcfd2b836548d6ba3c46871fbc62d1c46ba87f2391b96c54c" +content-hash = "8c9ef9f8ff2bb3e3c9a83efb2aac9570ff574748f51ac66c6c1d647e3533d9c4" diff --git a/pyproject.toml b/pyproject.toml index cf4248f087..adae68db8d 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.130.0" +google-api-python-client = "2.131.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" kubernetes = "29.0.0"