From a3e500b33fac8664a4642e6f50a3569e82e7a561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:28:23 +0000 Subject: [PATCH] Bump redis from 2.10.5 to 4.4.4 in /9900af-stack/web Bumps [redis](https://github.com/redis/redis-py) from 2.10.5 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.5...v4.4.4) --- 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..29322893 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.4.4 rq==0.7.1 django-rq==0.9.5 jsonfield==2.0.1