diff --git a/poetry.lock b/poetry.lock index 7181e8b..90068b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,11 +134,11 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.52.0" +version = "2.55.0" description = "Google API Client Library for Python" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev" @@ -543,7 +543,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "21d1cf2be81b46057572105aaed830e5e87f63cf57bd2ede350ace2c1cc26278" +content-hash = "c32bd1bc191e081875dd0327acf16f1706d9eeca5e523661cb9228fea5a81fee" [metadata.files] atomicwrites = [ @@ -611,8 +611,8 @@ google-api-core = [ {file = "google_api_core-2.8.1-py3-none-any.whl", hash = "sha256:ce1daa49644b50398093d2a9ad886501aa845e2602af70c3001b9f402a9d7359"}, ] google-api-python-client = [ - {file = "google-api-python-client-2.52.0.tar.gz", hash = "sha256:0ae3fa7cad2102e24a587986cee53afdbc95bd69b58f2c08f8fd881a20da5f14"}, - {file = "google_api_python_client-2.52.0-py2.py3-none-any.whl", hash = "sha256:ac8c020d4db00914df4f8981236c109959f76c699b0ded428055cf9503c737cb"}, + {file = "google-api-python-client-2.55.0.tar.gz", hash = "sha256:1766c700eee14809ca1f7f52868c937755153289ea77ecdfd73dea6910e9a34d"}, + {file = "google_api_python_client-2.55.0-py2.py3-none-any.whl", hash = "sha256:7837094c6d35cc8e680b60ebefe37f117ad521f3b263b0c7a6efa0b2f84cb17a"}, ] google-auth = [ {file = "google-auth-2.9.1.tar.gz", hash = "sha256:14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"}, diff --git a/pyproject.toml b/pyproject.toml index 30746fc..d7c6dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" google-auth = "2.9.1" -google-api-python-client = "2.52.0" +google-api-python-client = "2.55.0" icalendar = "4.1.0" pytz = "2022.1" PyYAML = "6.0"