From df3867a9e0e20dc5f904cd2a2fdee891fc2cd57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:45:39 +0000 Subject: [PATCH] Bump redis from 3.0.1 to 4.5.3 in /product-api Bumps [redis](https://github.com/redis/redis-py) from 3.0.1 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/3.0.1...v4.5.3) --- 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..9eea41e 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.5.3 redis-dump-load==1.1 uWSGI==2.0.17.1