diff --git a/poetry.lock b/poetry.lock index 01a5888..cfb719d 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.139.0" +version = "2.143.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.139.0-py2.py3-none-any.whl", hash = "sha256:1850a92505d91a82e2ca1635ab2b8dff179f4b67082c2651e1db332e8039840c"}, - {file = "google_api_python_client-2.139.0.tar.gz", hash = "sha256:ed4bc3abe2c060a87412465b4e8254620bbbc548eefc5388e2c5ff912d36a68b"}, + {file = "google_api_python_client-2.143.0-py2.py3-none-any.whl", hash = "sha256:d5654134522b9b574b82234e96f7e0aeeabcbf33643fbabcd449ef0068e3a476"}, + {file = "google_api_python_client-2.143.0.tar.gz", hash = "sha256:6a75441f9078e6e2fcdf4946a153fda1e2cc81b5e9c8d6e8c0750c85c7f8a566"}, ] [package.dependencies] @@ -1472,4 +1472,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7e861930e846593ade2b28cbba61c974adba87fa1a417b9b762c3e6194420f30" +content-hash = "eb28ce050ca65758ec2c68f818b72abe95210faf98800941454fec75a461f0d2" diff --git a/pyproject.toml b/pyproject.toml index 057e0a3..d40b1ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" google-auth = "2.32.0" -google-api-python-client = "2.139.0" +google-api-python-client = "2.143.0" icalendar = "5.0.13" pytz = "2024.1" PyYAML = "6.0.2"