From fe648ae8470cc82268249bea5c7150281c569969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:06:04 +0000 Subject: [PATCH] Update redis requirement from <6.0,>=5.0 to >=5.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.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.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 d621c0b..f9dd1f5 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>=5.0,<8.0 celery>=5.4,<6.0 psycopg2-binary>=2.9,<3.0 sentry-sdk[flask]>=2.14,<3.0