From 46d8df8b4e83a751ab7b09763a24a9fb17b894da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 06:37:23 +0000 Subject: [PATCH] Bump redis from 5.1.1 to 6.3.0 Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 6.3.0. - [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.1.1...v6.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 337ca234..c267e094 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Flask==3.0.0 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.1 -redis==5.1.1 +redis==6.3.0 Werkzeug==3.0.6 flask-babel