From 8eeaf19185763283122e1c37b0887620a6ac27a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:28:08 +0000 Subject: [PATCH] Bump redis from 2.10.5 to 4.4.4 in /66ccff-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] --- 66ccff-stack/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/66ccff-stack/web/requirements.txt b/66ccff-stack/web/requirements.txt index a1b319be..9d5d3a39 100644 --- a/66ccff-stack/web/requirements.txt +++ b/66ccff-stack/web/requirements.txt @@ -16,7 +16,7 @@ psycopg2==2.7.3.2 pyPdf==1.13 python_dateutil==2.6 raven==5.1.1 -redis==2.10.5 +redis==4.4.4 requests==2.20.0 simplejson==3.6.3 south==1.0.2