From 8c14350392fd142b9428c7ef41b11aac71d4f060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:39:33 +0000 Subject: [PATCH] Bump redis from 3.0.1 to 4.4.4 in /product-api Bumps [redis](https://github.com/redis/redis-py) from 3.0.1 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/3.0.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- product-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-api/requirements.txt b/product-api/requirements.txt index 9257b24..316b41f 100644 --- a/product-api/requirements.txt +++ b/product-api/requirements.txt @@ -1,6 +1,6 @@ boto3==1.9.4 Flask==1.0.2 RandomWords==0.2.1 -redis==3.0.1 +redis==4.4.4 redis-dump-load==1.1 uWSGI==2.0.17.1