diff --git a/poetry.lock b/poetry.lock index 1ce69b0..a9ad40a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -221,14 +221,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.70.0" +version = "2.76.0" description = "Google API Client Library for Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "google-api-python-client-2.76.0.tar.gz", hash = "sha256:1446d8c618191afdb1190296a4f9648955460184c655da2bfa40c2968e6caac6"}, + {file = "google_api_python_client-2.76.0-py2.py3-none-any.whl", hash = "sha256:514326068802f8e8b32c282c2c1f528cf007247ba19470de6d013731985a3d28"}, ] [package.dependencies] @@ -931,4 +931,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3e2ff607f04437255e3af716d97a2209acdb0a52ef3699a5f230cd3f15d578f8" +content-hash = "fa423d78d7644f799e1fbb80cd7df42ce9dbb609a3833ab7228c2137810dc0cc" diff --git a/pyproject.toml b/pyproject.toml index ba949a0..12989be 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.70.0" +google-api-python-client = "2.76.0" icalendar = "5.0.4" pytz = "2022.7.1" PyYAML = "6.0"