From 081845ea5ac317e1ebe03709f221844a69bfba0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 19:04:40 +0000 Subject: [PATCH] Update google-auth requirement from <3.0,>=2.30.0 to >=2.49.2,<3.0 Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.49.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b6b17f..6efe2fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ honcho-ai>=0.1.0,<3.0 certifi>=2024.2.2 # Google Workspace (gmail_standup_sync.py) -google-auth>=2.30.0,<3.0 +google-auth>=2.49.2,<3.0 google-auth-oauthlib>=1.2.0,<2.0 google-api-python-client>=2.130.0,<3.0