diff --git a/poetry.lock b/poetry.lock index e3d322b..4de6d54 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.124.0" +version = "2.127.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.124.0.tar.gz", hash = "sha256:f6d3258420f7c76b0f5266b5e402e6f804e30351b018a10083f4a46c3ec33773"}, - {file = "google_api_python_client-2.124.0-py2.py3-none-any.whl", hash = "sha256:07dc674449ed353704b1169fdee792f74438d024261dad71b6ce7bb9c683d51f"}, + {file = "google-api-python-client-2.127.0.tar.gz", hash = "sha256:bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"}, + {file = "google_api_python_client-2.127.0-py2.py3-none-any.whl", hash = "sha256:d01c70c7840ec37888aa02b1aea5d9baba4c1701e268d1a0251640afd56e5e90"}, ] [package.dependencies] @@ -1484,4 +1484,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7578e61e6a4d32ca3c941e37574d1512441cdd76729e2afd4647157978e0763b" +content-hash = "265c5889c3c79ec6e30b2fe0e2fd79a138aeec99531c378ae20e0a22e1ea5709" diff --git a/pyproject.toml b/pyproject.toml index 4286b72..33dc871 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.124.0" +google-api-python-client = "2.127.0" icalendar = "5.0.12" pytz = "2024.1" PyYAML = "6.0.1"