Bump google-auth from 2.12.0 to 2.14.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.12.0 to 2.14.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.12.0...v2.14.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-11-01 12:48:41 +00:00 committed by Dmitry Belyaev
parent c0b2863687
commit 77e036975b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -163,7 +163,7 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.12.0"
version = "2.14.0"
description = "Google Authentication Library"
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 = "a6ca519dc092f3b251fd80f1483e90fe607e0bc60eb1a013408a3630f7cb5f5b"
content-hash = "cfb5e6b4943050b7f24bf51c8dee722801f82532c5fa4e1d863b967291d09151"
[metadata.files]
attrs = [
@ -637,8 +637,8 @@ google-api-python-client = [
{file = "google_api_python_client-2.63.0-py2.py3-none-any.whl", hash = "sha256:ccb198e11a60324693f8eaff4bee09502e5f35a6c829a7a1ef41a654c8fc2561"},
]
google-auth = [
{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"},
{file = "google-auth-2.14.0.tar.gz", hash = "sha256:cf24817855d874ede2efd071aa22125445f555de1685b739a9782fcf408c2a3d"},
{file = "google_auth-2.14.0-py2.py3-none-any.whl", hash = "sha256:1ad5b0e6eba5f69645971abb3d2c197537d5914070a8c6d30299dfdb07c5c700"},
]
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.12.0"
google-auth = "2.14.0"
google-api-python-client = "2.63.0"
icalendar = "5.0.1"
pytz = "2022.6"