diff --git a/poetry.lock b/poetry.lock index 3119d44..acee588 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,13 +314,13 @@ uritemplate = ">=3.0.1,<5" [[package]] name = "google-auth" -version = "2.28.1" +version = "2.29.0" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google-auth-2.28.1.tar.gz", hash = "sha256:34fc3046c257cedcf1622fc4b31fc2be7923d9b4d44973d481125ecc50d83885"}, - {file = "google_auth-2.28.1-py2.py3-none-any.whl", hash = "sha256:25141e2d7a14bfcba945f5e9827f98092716e99482562f15306e5b026e21aa72"}, + {file = "google-auth-2.29.0.tar.gz", hash = "sha256:672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360"}, + {file = "google_auth-2.29.0-py2.py3-none-any.whl", hash = "sha256:d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415"}, ] [package.dependencies] @@ -1442,4 +1442,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c72775a86862058d1bd9f62c6135b44b811921d7df169f88e901053bac113538" +content-hash = "2eee828041cc8f015efa9977a2391fd7895185de9fda7d8771ef48635129b7fe" diff --git a/pyproject.toml b/pyproject.toml index 4ab2c65..bf6fc1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -google-auth = "2.28.1" +google-auth = "2.29.0" google-api-python-client = "2.124.0" icalendar = "5.0.11" pytz = "2024.1"