diff --git a/poetry.lock b/poetry.lock index d2eb3ed492..bf139ef9a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1588,13 +1588,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.135.0" +version = "2.136.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.135.0.tar.gz", hash = "sha256:b552a28123ed95493035698db80e8ed78c9106a8b422e63a175150b9b55b704e"}, - {file = "google_api_python_client-2.135.0-py2.py3-none-any.whl", hash = "sha256:91742fa4c779d48456c0256ef346fa1cc185ba427176d3277e35141fa3268026"}, + {file = "google-api-python-client-2.136.0.tar.gz", hash = "sha256:161c722c8864e7ed39393e2b7eea76ef4e1c933a6a59f9d7c70409b6635f225d"}, + {file = "google_api_python_client-2.136.0-py2.py3-none-any.whl", hash = "sha256:5a554c8b5edf0a609b905d89d7ced82e8f6ac31da1e4d8d5684ef63dbc0e49f5"}, ] [package.dependencies] @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8d7b4a0e3fd318676d70adf6ff010a30f74603b203ef2be64313adba47ccd073" +content-hash = "25bcd6154c111e7269262b56aa145542cdbe24b69143d859d9b67ab8b3aabf68" diff --git a/pyproject.toml b/pyproject.toml index e1ddf3144d..d2b8a96a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ colorama = "0.4.6" dash = "2.17.1" dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" -google-api-python-client = "2.135.0" +google-api-python-client = "2.136.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.22.0" kubernetes = "30.1.0"