From 183ecd9b0cb6470fcac94225075b964b2bce681a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:38:08 +0000 Subject: [PATCH] Bump redis from 2.10.5 to 4.5.3 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 2.10.5 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.5...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 18909fc8..7fb71aec 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ Django==1.8.11 django-haystack==2.4.1 elasticsearch==2.3.0 pytz==2016.3 -redis==2.10.5 +redis==4.5.3 celery[redis]==3.1.23 django-redis-cache==1.6.5 psycopg2==2.6.1