From b565f973b81d353805ebd3af483c978ca3dcae6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:34:03 +0000 Subject: [PATCH] Bump redis from 2.10.3 to 4.5.3 in /backend Bumps [redis](https://github.com/redis/redis-py) from 2.10.3 to 4.5.3. - [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.5.3) --- 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..fc71bb3 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.5.3 django-redis==4.9.0 djangorestframework>=3.9.1 djangorestframework-simplejwt==4.2.0