Bump google-auth from 2.9.1 to 2.11.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.9.1 to 2.11.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.9.1...v2.11.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-09-01 09:23:29 +00:00 committed by Dmitry Belyaev
parent 444e70942e
commit 47808d92bd
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.9.1"
version = "2.11.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 = "413adb26c29308d82a9d3df9f5c3f9effeff76725c5e33c934df97afe387df84"
content-hash = "aeaf76549139bb1f05d2aa19933765e16dad946b77beea0c41e029380443fac1"
[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.9.1.tar.gz", hash = "sha256:14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"},
{file = "google_auth-2.9.1-py2.py3-none-any.whl", hash = "sha256:5a7eed0cb0e3a83989fad0b59fe1329dfc8c479543039cd6fd1e01e9adf39475"},
{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"},
]
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.9.1"
google-auth = "2.11.0"
google-api-python-client = "2.58.0"
icalendar = "4.1.0"
pytz = "2022.1"