1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-01 12:28:29 +00:00

Bump google-auth from 2.6.2 to 2.6.6

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.6.2 to 2.6.6.
- [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.2...v2.6.6)

---
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-05-02 12:18:34 +00:00 committed by Dmitry Belyaev
parent aef5fd6491
commit 64a12c3754
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.2"
version = "2.6.6"
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 = "10985014544fd8734e496fcbd6da53c57f0ac62276fd6941e8e03b7f4fb3e8e4"
content-hash = "55b003ad31cf10943584fae2fe2769325d88918081e965691bfb6dfaabfc2313"
[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.2.tar.gz", hash = "sha256:60d449f8142c742db760f4c0be39121bc8d9be855555d784c252deaca1ced3f5"},
{file = "google_auth-2.6.2-py2.py3-none-any.whl", hash = "sha256:3ba4d63cb29c1e6d5ffcc1c0623c03cf02ede6240a072f213084749574e691ab"},
{file = "google-auth-2.6.6.tar.gz", hash = "sha256:1ba4938e032b73deb51e59c4656a00e0939cf0b1112575099f136babb4563312"},
{file = "google_auth-2.6.6-py2.py3-none-any.whl", hash = "sha256:349ac49b18b01019453cc99c11c92ed772739778c92f184002b7ab3a5b7ac77d"},
]
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.2"
google-auth = "2.6.6"
google-api-python-client = "2.42.0"
icalendar = "4.0.9"
pytz = "2022.1"