From a0292968110bddc24ad88724f90ffb61ca7edd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:48:05 +0200 Subject: [PATCH] chore(deps): bump google-api-python-client from 2.129.0 to 2.130.0 (#4107) 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 9c89ac2117..0998a1e71b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1586,13 +1586,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.129.0" +version = "2.130.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.129.0.tar.gz", hash = "sha256:984cc8cc8eb4923468b1926d2b8effc5b459a4dda3c845896eb87c153b28ef84"}, - {file = "google_api_python_client-2.129.0-py2.py3-none-any.whl", hash = "sha256:d50f7e2dfdbb7fc2732f6a0cba1c54d7bb676390679526c6bb628c901e43ec86"}, + {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"}, ] [package.dependencies] @@ -4906,4 +4906,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "41e8b4c55d8b6a6e4a662c78caf517dfd7581ab814619b965628b7a2bd2c0884" +content-hash = "aed39b9ac018307f04a813af11d9ce931bea04f87139851f8f8985a2cb0c4f8d" diff --git a/pyproject.toml b/pyproject.toml index 0ca5e53841..7717fc09cc 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.129.0" +google-api-python-client = "2.130.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" kubernetes = "29.0.0"