Bump google-auth from 2.11.0 to 2.12.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.11.0 to 2.12.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.11.0...v2.12.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] 2022-10-01 02:02:27 +00:00 committed by Dmitry Belyaev
parent 4f22594ddc
commit 45b07dc5ab
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -149,7 +149,7 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.11.0"
version = "2.12.0"
description = "Google Authentication Library"
category = "main"
optional = false
@ -543,7 +543,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "754ec5e0866c2584876fce5f5a0a6e7dbf3a5642c620270f63e61f5909f0bb9d"
content-hash = "0e22d82f6d5a95c2cf32967455079b81114264a4b2f0c8340ae1b4343058fa1b"
[metadata.files]
atomicwrites = [
@ -615,8 +615,8 @@ google-api-python-client = [
{file = "google_api_python_client-2.58.0-py2.py3-none-any.whl", hash = "sha256:8f4eeed1b46f3f445307719aa3e9678e429d90c0af4f22ada707a72ba10fe02d"},
]
google-auth = [
{file = "google-auth-2.11.0.tar.gz", hash = "sha256:ed65ecf9f681832298e29328e1ef0a3676e3732b2e56f41532d45f70a22de0fb"},
{file = "google_auth-2.11.0-py2.py3-none-any.whl", hash = "sha256:be62acaae38d0049c21ca90f27a23847245c9f161ff54ede13af2cb6afecbac9"},
{file = "google-auth-2.12.0.tar.gz", hash = "sha256:f12d86502ce0f2c0174e2e70ecc8d36c69593817e67e1d9c5e34489120422e4b"},
{file = "google_auth-2.12.0-py2.py3-none-any.whl", hash = "sha256:98f601773978c969e1769f97265e732a81a8e598da3263895023958d456ee625"},
]
google-auth-httplib2 = [
{file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"},

View File

@ -18,7 +18,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.11.0"
google-auth = "2.12.0"
google-api-python-client = "2.58.0"
icalendar = "4.1.0"
pytz = "2022.2.1"