From 84d7a9ab997d0280cc692a83b5b0b24b883973fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:26:32 +0000 Subject: [PATCH] Bump redis from 2.10.3 to 4.4.4 in /backend Bumps [redis](https://github.com/redis/redis-py) from 2.10.3 to 4.4.4. - [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/2.10.3...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... 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 7f6e89a..c8cf7f7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Django>=2.1.6 psycopg2 django-extensions==2.1.0 -redis==2.10.3 +redis==4.4.4 django-redis==4.9.0 djangorestframework>=3.9.1 djangorestframework-simplejwt==4.2.0