From 1f2bc9da48970d40bce451e8085b0ff31a493389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:33:35 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=7.4.0 to >=8.0.1 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.4.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 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..952d3b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ python-dotenv==1.2.2 solders>=0.27.1 cryptography>=47.0.0 tweepy>=4.16.0 -redis>=7.4.0 +redis>=8.0.1 apscheduler>=3.11.2 google-generativeai>=0.8.6 google-auth>=2.50.0