From c30036831cdb88e31cc3316c53ca1e9b1c657be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:34:12 +0000 Subject: [PATCH] Update redis requirement from <6.0,>=5.0 to >=7.4.0,<8.0 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/v5.0.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.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 f28f090..c20e697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ xrpl-py>=4.0,<5.0 stripe>=11.0,<12.0 cryptography>=44.0,<46.0 requests>=2.32,<3.0 -redis>=5.0,<6.0 +redis>=7.4.0,<8.0 celery>=5.4,<6.0 psycopg2-binary>=2.9,<3.0 sentry-sdk[flask]>=2.14,<3.0