Bump google-auth from 2.15.0 to 2.16.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.15.0 to 2.16.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.15.0...v2.16.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-02-04 10:24:44 +00:00 committed by Dmitry Belyaev
parent e80b004a99
commit a73d7048e4
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@ -240,14 +240,14 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.15.0"
version = "2.16.0"
description = "Google Authentication Library"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
files = [
{file = "google-auth-2.15.0.tar.gz", hash = "sha256:72f12a6cfc968d754d7bdab369c5c5c16032106e52d32c6dfd8484e4c01a6d1f"},
{file = "google_auth-2.15.0-py2.py3-none-any.whl", hash = "sha256:6897b93556d8d807ad70701bb89f000183aea366ca7ed94680828b37437a4994"},
{file = "google-auth-2.16.0.tar.gz", hash = "sha256:ed7057a101af1146f0554a769930ac9de506aeca4fd5af6543ebe791851a9fbd"},
{file = "google_auth-2.16.0-py2.py3-none-any.whl", hash = "sha256:5045648c821fb72384cdc0e82cc326df195f113a33049d9b62b74589243d2acc"},
]
[package.dependencies]
@ -261,6 +261,7 @@ aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)", "requests (>=2.20.0,<3.0.0dev)"]
enterprise-cert = ["cryptography (==36.0.2)", "pyopenssl (==22.0.0)"]
pyopenssl = ["cryptography (>=38.0.3)", "pyopenssl (>=20.0.0)"]
reauth = ["pyu2f (>=0.1.5)"]
requests = ["requests (>=2.20.0,<3.0.0dev)"]
[[package]]
name = "google-auth-httplib2"
@ -931,4 +932,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "fa423d78d7644f799e1fbb80cd7df42ce9dbb609a3833ab7228c2137810dc0cc"
content-hash = "dc13a5760e39e3493019e5568af46b6610cab857f7006482b8d3eb4fecb4bb4d"

View File

@ -18,7 +18,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.15.0"
google-auth = "2.16.0"
google-api-python-client = "2.76.0"
icalendar = "5.0.4"
pytz = "2022.7.1"