From 152b01ec4cfcdd079116906f7efc45f23450b8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:59:21 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.1 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.0.1. - [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.1...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 138eb8c..93147ff --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Flask-CORS==4.0.2 requests==2.31.0 gunicorn==21.2.0 python-dotenv==1.0.0 -redis==5.0.1 +redis==7.0.1