Bump google-auth from 2.22.0 to 2.23.2

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.22.0 to 2.23.2.
- [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.22.0...v2.23.2)

---
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-10-01 10:20:49 +00:00 committed by Dmitry Belyaev
parent 122b311b8a
commit ec45edb8f2
2 changed files with 6 additions and 8 deletions

12
poetry.lock generated
View File

@ -327,21 +327,19 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.22.0"
version = "2.23.2"
description = "Google Authentication Library"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
files = [
{file = "google-auth-2.22.0.tar.gz", hash = "sha256:164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce"},
{file = "google_auth-2.22.0-py2.py3-none-any.whl", hash = "sha256:d61d1b40897407b574da67da1a833bdc10d5a11642566e506565d1b1a46ba873"},
{file = "google-auth-2.23.2.tar.gz", hash = "sha256:5a9af4be520ba33651471a0264eead312521566f44631cbb621164bc30c8fd40"},
{file = "google_auth-2.23.2-py2.py3-none-any.whl", hash = "sha256:c2e253347579d483004f17c3bd0bf92e611ef6c7ba24d41c5c59f2e7aeeaf088"},
]
[package.dependencies]
cachetools = ">=2.0.0,<6.0"
pyasn1-modules = ">=0.2.1"
rsa = ">=3.1.4,<5"
six = ">=1.9.0"
urllib3 = "<2.0"
[package.extras]
aiohttp = ["aiohttp (>=3.6.2,<4.0.0.dev0)", "requests (>=2.20.0,<3.0.0.dev0)"]
@ -1430,4 +1428,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "870b99e08b28060d3b7077976aa46e24ca172a50873b1f606c28b11af38c8472"
content-hash = "f9c9fb6503bc5c70441cae60d3d545148eb637517f3b13ecec8a66a3e5d70445"

View File

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