From 23cdeb7ae7e9d17562291649261f9a5a050873d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:36:09 +0000 Subject: [PATCH] chore(deps): update google-auth requirement from >=2.50.0 to >=2.54.0 Updates the requirements on [google-auth](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.50.0...google-auth-v2.54.0) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.54.0 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 33564c2..8623320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ tweepy>=4.16.0 redis>=7.4.0 apscheduler>=3.11.2 google-generativeai>=0.8.6 -google-auth>=2.50.0 +google-auth>=2.54.0 pyparsing>=3.3.2 Pillow>=12.2.0 praw>=7.8.1