Bump google-auth from 2.23.4 to 2.24.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.23.4...v2.24.0)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 09:21:29 +00:00 committed by Dmitry Belyaev
parent f0363d7b0b
commit 20db097fed
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -323,13 +323,13 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.23.4"
version = "2.24.0"
description = "Google Authentication Library"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-auth-2.23.4.tar.gz", hash = "sha256:79905d6b1652187def79d491d6e23d0cbb3a21d3c7ba0dbaa9c8a01906b13ff3"},
{file = "google_auth-2.23.4-py2.py3-none-any.whl", hash = "sha256:d4bbc92fe4b8bfd2f3e8d88e5ba7085935da208ee38a134fc280e7ce682a05f2"},
{file = "google-auth-2.24.0.tar.gz", hash = "sha256:2ec7b2a506989d7dbfdbe81cb8d0ead8876caaed14f86d29d34483cbe99c57af"},
{file = "google_auth-2.24.0-py2.py3-none-any.whl", hash = "sha256:9b82d5c8d3479a5391ea0a46d81cca698d328459da31d4a459d4e901a5d927e0"},
]
[package.dependencies]
@ -1425,4 +1425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a5041d3df31da01f72c6600c5418c96256cad3774e901bd18871e4058ef1e037"
content-hash = "e46ba4620b47c56453b5d831648ea56e1189ff7a16e3c2f70f748a53db7510cf"

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.23.4"
google-auth = "2.24.0"
google-api-python-client = "2.109.0"
icalendar = "5.0.10"
pytz = "2023.3.post1"