From ee981f3bf703ff22c162f46357d7a72f42352e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:36:35 +0000 Subject: [PATCH] Bump redis from 2.10.5 to 4.5.3 in /9900af-stack/web 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] --- 9900af-stack/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9900af-stack/web/requirements.txt b/9900af-stack/web/requirements.txt index 3b8e7d3e..416fe9e2 100644 --- a/9900af-stack/web/requirements.txt +++ b/9900af-stack/web/requirements.txt @@ -4,7 +4,7 @@ httplib2==0.18.0 psycopg2==2.7.3.2 python-dateutil==2.6.0 raven==6.0.0 -redis==2.10.5 +redis==4.5.3 rq==0.7.1 django-rq==0.9.5 jsonfield==2.0.1