From 993f2cac70a51fdfeed3e12d56846f29598579c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:33:56 +0000 Subject: [PATCH] Bump google-auth from 2.31.0 to 2.32.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.31.0 to 2.32.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.31.0...v2.32.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 45ef811..6d4ab80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,13 +314,13 @@ uritemplate = ">=3.0.1,<5" [[package]] name = "google-auth" -version = "2.31.0" +version = "2.32.0" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google-auth-2.31.0.tar.gz", hash = "sha256:87805c36970047247c8afe614d4e3af8eceafc1ebba0c679fe75ddd1d575e871"}, - {file = "google_auth-2.31.0-py2.py3-none-any.whl", hash = "sha256:042c4702efa9f7d3c48d3a69341c209381b125faa6dbf3ebe56bc7e40ae05c23"}, + {file = "google_auth-2.32.0-py2.py3-none-any.whl", hash = "sha256:53326ea2ebec768070a94bee4e1b9194c9646ea0c2bd72422785bd0f9abfad7b"}, + {file = "google_auth-2.32.0.tar.gz", hash = "sha256:49315be72c55a6a37d62819e3573f6b416aca00721f7e3e31a008d928bf64022"}, ] [package.dependencies] @@ -1473,4 +1473,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "669eb93e6ab3904d09c3e74250e57e6c884d8acc9e55922a7daab0e95802fa61" +content-hash = "0208962f421aaa70a800e4bfb34c28a7f9f1aa171b90d1172be080a8d0708ea7" diff --git a/pyproject.toml b/pyproject.toml index d003a09..90ddd9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -google-auth = "2.31.0" +google-auth = "2.32.0" google-api-python-client = "2.135.0" icalendar = "5.0.13" pytz = "2024.1"