From 1308aba8a48d5857293962d3b90eed23eac73a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:26 +0000 Subject: [PATCH] deps(python)(deps): update redis requirement from >=4.6.0 to >=8.0.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/v4.6.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 4f0763f..1e8a256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ python-multipart>=0.0.6 # Database & Cache psycopg2-binary>=2.9.6 -redis>=4.6.0 +redis>=8.0.0 sqlalchemy>=2.0.0 alembic>=1.11.0