diff --git a/poetry.lock b/poetry.lock index c5c44cf..6f290d6 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.65.0" +version = "2.68.0" description = "Google API Client Library for Python" category = "main" optional = false @@ -549,7 +549,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8c5890088e8bab6749a3deebeed91326636de9e57e0a7a6b1acfc4f024f0d1a1" +content-hash = "483282562f0b4ccb356aa7facf363570b0264abbbbd19cfb6f3d7da556d9cf39" [metadata.files] attrs = [ @@ -633,8 +633,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.65.0.tar.gz", hash = "sha256:b8a0ca8454ad57bc65199044717d3d214197ae1e2d666426bbcd4021b36762e0"}, - {file = "google_api_python_client-2.65.0-py2.py3-none-any.whl", hash = "sha256:2c6611530308b3f931dcf1360713aa3a20cf465d0bf2bac65f2ec99e8c9860de"}, + {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"}, ] google-auth = [ {file = "google-auth-2.14.1.tar.gz", hash = "sha256:ccaa901f31ad5cbb562615eb8b664b3dd0bf5404a67618e642307f00613eda4d"}, diff --git a/pyproject.toml b/pyproject.toml index ff61522..0ff6794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" google-auth = "2.14.1" -google-api-python-client = "2.65.0" +google-api-python-client = "2.68.0" icalendar = "5.0.1" pytz = "2022.6" PyYAML = "6.0"