diff --git a/poetry.lock b/poetry.lock index 19754c4..ace2ca4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.101.0" +version = "2.106.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.101.0.tar.gz", hash = "sha256:e9620a809251174818e1fce16604006f10a9c2ac0d3d94a139cdddcd4dbea2d8"}, - {file = "google_api_python_client-2.101.0-py2.py3-none-any.whl", hash = "sha256:71760dcf11d191b65520d1c13757a776f4f43cf87f302097a0d8e491c2ef87b0"}, + {file = "google-api-python-client-2.106.0.tar.gz", hash = "sha256:f6a3862be2f6e5e0536d7bd47b5af3f24ac0b9147c76c830cafb3329d71d5724"}, + {file = "google_api_python_client-2.106.0-py2.py3-none-any.whl", hash = "sha256:c47c0dae5dd20aa43e4ea184566fe59d0c8fd0b86dd223b29040d8ea4f7ed6ea"}, ] [package.dependencies] @@ -1424,4 +1424,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c5c1e90ebff5f9a12fa072f47fb0fc4da45edbe9401d849c9dd7974ec76599c9" +content-hash = "a2c8b1f1f566d75fa3087746d2d73cc725cf965a6942380edd6b9179fcf60b4d" diff --git a/pyproject.toml b/pyproject.toml index 1e8a22a..1f1fb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" google-auth = "2.23.4" -google-api-python-client = "2.101.0" +google-api-python-client = "2.106.0" icalendar = "5.0.10" pytz = "2023.3.post1" PyYAML = "6.0.1"