diff --git a/poetry.lock b/poetry.lock index abe0833..aca25bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -102,7 +102,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2)"] [[package]] name = "google-api-python-client" -version = "2.28.0" +version = "2.31.0" description = "Google API Client Library for Python" category = "main" optional = false @@ -455,7 +455,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "28ba8e5dc9963db78894389450ac6bbb4484983d6559bbc09ca47f7f7f51a9e2" +content-hash = "c3689136556e730e5ee08b434fc4d26675015ccc596916fb18045a60f4943ca9" [metadata.files] atomicwrites = [ @@ -494,8 +494,8 @@ google-api-core = [ {file = "google_api_core-2.1.0-py2.py3-none-any.whl", hash = "sha256:c344e1aacd8330527c5130bdfe03118d8859ce798bcf0e5d23770ab6873e0615"}, ] google-api-python-client = [ - {file = "google-api-python-client-2.28.0.tar.gz", hash = "sha256:07e6fdfc489a452d79c5efdc4cc2d5cfd7f7aa207dec82786bfcc436b208e027"}, - {file = "google_api_python_client-2.28.0-py2.py3-none-any.whl", hash = "sha256:953cbdf88051d1eb5343e11697d2211b25350aa0bbaf239685cc906214a5c452"}, + {file = "google-api-python-client-2.31.0.tar.gz", hash = "sha256:3f64a5eee6fa03ab51806dccf48e342fda83fea60c290518c6a2dfdbf2de9efd"}, + {file = "google_api_python_client-2.31.0-py2.py3-none-any.whl", hash = "sha256:d9f1539db48abfea3d7d65e4cfba258a5a95c901e99fb49c7cfe4de99921a757"}, ] google-auth = [ {file = "google-auth-2.3.2.tar.gz", hash = "sha256:2dc5218ee1192f9d67147cece18f47a929a9ef746cb69c50ab5ff5cfc983647b"}, diff --git a/pyproject.toml b/pyproject.toml index 6ef6b10..5c9edb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.6" google-auth = "2.3.2" -google-api-python-client = "2.28.0" +google-api-python-client = "2.31.0" icalendar = "4.0.9" pytz = "2021.3" PyYAML = "6.0"