Bump google-auth from 2.6.0 to 2.6.2

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.6.0 to 2.6.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.6.0...v2.6.2)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-05 09:45:16 +00:00 committed by Dmitry Belyaev
parent 8c05b8319c
commit f62f032a00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -152,7 +152,7 @@ uritemplate = ">=3.0.1,<5"
[[package]]
name = "google-auth"
version = "2.6.0"
version = "2.6.2"
description = "Google Authentication Library"
category = "main"
optional = false
@ -529,7 +529,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "839eaf132eddae86923c813e1347a6c08bcdb8ece796cc4940bc6bede2947153"
content-hash = "82a2c89cd7ea1e524e9e931132e3d3fcd4ccfbad9aa17e4a883d0c5a5bb4f0d6"
[metadata.files]
atomicwrites = [
@ -601,8 +601,8 @@ google-api-python-client = [
{file = "google_api_python_client-2.42.0-py2.py3-none-any.whl", hash = "sha256:303f5e7005b26e5ca4d2f04489545cdc482ca558e8932e528217e11127c17cd8"},
]
google-auth = [
{file = "google-auth-2.6.0.tar.gz", hash = "sha256:ad160fc1ea8f19e331a16a14a79f3d643d813a69534ba9611d2c80dc10439dad"},
{file = "google_auth-2.6.0-py2.py3-none-any.whl", hash = "sha256:218ca03d7744ca0c8b6697b6083334be7df49b7bf76a69d555962fd1a7657b5f"},
{file = "google-auth-2.6.2.tar.gz", hash = "sha256:60d449f8142c742db760f4c0be39121bc8d9be855555d784c252deaca1ced3f5"},
{file = "google_auth-2.6.2-py2.py3-none-any.whl", hash = "sha256:3ba4d63cb29c1e6d5ffcc1c0623c03cf02ede6240a072f213084749574e691ab"},
]
google-auth-httplib2 = [
{file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"},

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
google-auth = "2.6.0"
google-auth = "2.6.2"
google-api-python-client = "2.42.0"
icalendar = "4.0.9"
pytz = "2021.3"