diff --git a/poetry.lock b/poetry.lock index 29b9cf0..913f8fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,13 +296,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.131.0" +version = "2.135.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {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"}, + {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"}, ] [package.dependencies] @@ -1473,4 +1473,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1e865828f0f95924de211289d026a6f8a76d40027306ea31dbd29cc3d034b5ee" +content-hash = "b517a7439dd2d35847ba9e45a5016997f8bcb567f0fcfadea0878b33215b232b" diff --git a/pyproject.toml b/pyproject.toml index ecb2ebf..dcc513b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" google-auth = "2.29.0" -google-api-python-client = "2.131.0" +google-api-python-client = "2.135.0" icalendar = "5.0.12" pytz = "2024.1" PyYAML = "6.0.1"