From e84fee4b61eccf3e51886503fc63dd32c1d5a244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:24:56 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 5.1.1 in /backend Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 5.1.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/v4.5.4...v5.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79f6cfc5..9922a7a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ py-serializable==1.0.3 Pygments==2.17.2 pyparsing==3.1.1 python-dotenv==1.0.1 -redis==4.5.4 +redis==5.1.1 requests==2.32.0 rich==13.7.0 six==1.16.0