From d8f3699e2d63fd082d55f384c2395336dbf20b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:41:15 +0000 Subject: [PATCH] chore(deps): update google-auth requirement from >=2.50.0 to >=2.53.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.53.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..b8922fc 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.53.0 pyparsing>=3.3.2 Pillow>=12.2.0 praw>=7.8.1