diff --git a/poetry.lock b/poetry.lock index 05d5b37f9e..2393bd34d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1618,13 +1618,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.140.0" +version = "2.141.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.140.0-py2.py3-none-any.whl", hash = "sha256:aeb4bb99e9fdd241473da5ff35464a0658fea0db76fe89c0f8c77ecfc3813404"}, - {file = "google_api_python_client-2.140.0.tar.gz", hash = "sha256:0bb973adccbe66a3d0a70abe4e49b3f2f004d849416bfec38d22b75649d389d8"}, + {file = "google_api_python_client-2.141.0-py2.py3-none-any.whl", hash = "sha256:43c05322b91791204465291b3852718fae38d4f84b411d8be847c4f86882652a"}, + {file = "google_api_python_client-2.141.0.tar.gz", hash = "sha256:0f225b1f45d5a6f8c2a400f48729f5d6da9a81138e81e0478d61fdd8edf6563a"}, ] [package.dependencies] @@ -4960,4 +4960,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d718299df4e066c9e76b0c9a2fe4b1f2a7d28babf3509b0cbd4b31ad3bf11427" +content-hash = "fe6af1cdf41d1fcd2afa5b65be3f46a678cf5d08f2ef6797fe2617bf0f858628" diff --git a/pyproject.toml b/pyproject.toml index 70e406dfb7..e80d1828a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ cryptography = "43.0.0" dash = "2.17.1" dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" -google-api-python-client = "2.140.0" +google-api-python-client = "2.141.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" kubernetes = "30.1.0"