1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-10-24 07:45:07 +00:00

Bump google-auth from 2.29.0 to 2.30.0

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.29.0 to 2.30.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.29.0...v2.30.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] 2024-07-01 09:13:42 +00:00 committed by GitHub
parent 3a95534d71
commit de39eb9458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -314,13 +314,13 @@ uritemplate = ">=3.0.1,<5"
[[package]] [[package]]
name = "google-auth" name = "google-auth"
version = "2.29.0" version = "2.30.0"
description = "Google Authentication Library" description = "Google Authentication Library"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "google-auth-2.29.0.tar.gz", hash = "sha256:672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360"}, {file = "google-auth-2.30.0.tar.gz", hash = "sha256:ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688"},
{file = "google_auth-2.29.0-py2.py3-none-any.whl", hash = "sha256:d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415"}, {file = "google_auth-2.30.0-py2.py3-none-any.whl", hash = "sha256:8df7da660f62757388b8a7f249df13549b3373f24388cb5d2f1dd91cc18180b5"},
] ]
[package.dependencies] [package.dependencies]
@ -1473,4 +1473,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "b517a7439dd2d35847ba9e45a5016997f8bcb567f0fcfadea0878b33215b232b" content-hash = "603c17f5d4b8b9e31d14d95ad5549c3e870612b9192e3b11a5a7da05938274be"

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
google-auth = "2.29.0" google-auth = "2.30.0"
google-api-python-client = "2.135.0" google-api-python-client = "2.135.0"
icalendar = "5.0.12" icalendar = "5.0.12"
pytz = "2024.1" pytz = "2024.1"