From e7cbd725691031baf867972fb280b0c9bf36c4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:46:44 +0000 Subject: [PATCH] Bump google-auth from 2.24.0 to 2.25.2 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.24.0 to 2.25.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.24.0...v2.25.2) --- 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 8a7eb79..a3cb27c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,13 +327,13 @@ uritemplate = ">=3.0.1,<5" [[package]] name = "google-auth" -version = "2.24.0" +version = "2.25.2" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google-auth-2.24.0.tar.gz", hash = "sha256:2ec7b2a506989d7dbfdbe81cb8d0ead8876caaed14f86d29d34483cbe99c57af"}, - {file = "google_auth-2.24.0-py2.py3-none-any.whl", hash = "sha256:9b82d5c8d3479a5391ea0a46d81cca698d328459da31d4a459d4e901a5d927e0"}, + {file = "google-auth-2.25.2.tar.gz", hash = "sha256:42f707937feb4f5e5a39e6c4f343a17300a459aaf03141457ba505812841cc40"}, + {file = "google_auth-2.25.2-py2.py3-none-any.whl", hash = "sha256:473a8dfd0135f75bb79d878436e568f2695dce456764bf3a02b6f8c540b1d256"}, ] [package.dependencies] @@ -1425,4 +1425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b64c14ed362ca6cedf84a582e71c1a9c0d439c39aeac9432866da84c39701fd5" +content-hash = "4214be7a68950d105b6ab7e9853f7572ce7ce6672812bfe9b2f1d6c6c2235983" diff --git a/pyproject.toml b/pyproject.toml index ee5e744..e88ae29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -google-auth = "2.24.0" +google-auth = "2.25.2" google-api-python-client = "2.109.0" icalendar = "5.0.11" pytz = "2023.3.post1"