From 19e057d1c8f13dbee6e919bc6d7c30bd74b2b3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:29:46 +0000 Subject: [PATCH] :arrow_up: Bump redis from 4.1.1 to 4.5.3 in /server/projects/analysis Bumps [redis](https://github.com/redis/redis-py) from 4.1.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/v4.1.1...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/projects/analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/analysis/requirements.txt b/server/projects/analysis/requirements.txt index aae13607c..b267b3801 100644 --- a/server/projects/analysis/requirements.txt +++ b/server/projects/analysis/requirements.txt @@ -11,7 +11,7 @@ pymysql==1.0.2 # for celery celery==5.2.3 importlib-metadata==4.13.0 -redis==4.1.1 +redis==4.5.3 # for password pyaes==1.6.1