diff --git a/poetry.lock b/poetry.lock index bb1d3db..324840a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,7 +148,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.68.0" +version = "2.70.0" description = "Google API Client Library for Python" category = "main" optional = false @@ -550,7 +550,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "f2dddf00ed2901b45cabaf57780e328e0a18dbc4a14a4095c6c4e363f8b5a01f" +content-hash = "3f89459bdf942fb6d5bd4b51f2da643526db51de6a7adfa64718f2c2056956d6" [metadata.files] attrs = [ @@ -625,8 +625,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.68.0.tar.gz", hash = "sha256:19177411b7dcf8fcd66bff085c6838ecea5fd6b598998d594be1f7290dfc34b4"}, - {file = "google_api_python_client-2.68.0-py2.py3-none-any.whl", hash = "sha256:d4d317ccd365118f96d8d4b6a61aaba8fd414cf1a8617cb229386f2094013cea"}, + {file = "google-api-python-client-2.70.0.tar.gz", hash = "sha256:262de094d5a30d337f59e66581019fed45b698c078397ac48dd323c0968236e7"}, + {file = "google_api_python_client-2.70.0-py2.py3-none-any.whl", hash = "sha256:67da78956f2bf4b763305cd791aeab250878c1f88f1422aaba4682a608b8e5a4"}, ] google-auth = [ {file = "google-auth-2.15.0.tar.gz", hash = "sha256:72f12a6cfc968d754d7bdab369c5c5c16032106e52d32c6dfd8484e4c01a6d1f"}, diff --git a/pyproject.toml b/pyproject.toml index 9fe4f7d..200fa16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" google-auth = "2.15.0" -google-api-python-client = "2.68.0" +google-api-python-client = "2.70.0" icalendar = "5.0.4" pytz = "2022.7" PyYAML = "6.0"