From 433678b1e091e56b4b5d1b295b0cbe4301b5e079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 01:15:17 +0000 Subject: [PATCH] :arrow_up: Bump redis from 4.5.3 to 4.5.4 in /server/projects/main Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.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/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/projects/main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/main/requirements.txt b/server/projects/main/requirements.txt index fb435ce6c..6c053ec94 100644 --- a/server/projects/main/requirements.txt +++ b/server/projects/main/requirements.txt @@ -17,7 +17,7 @@ markupsafe==2.0.1 celery==5.2.3 importlib-metadata==4.13.0 django-celery-results==2.4.0 -redis==4.5.3 +redis==4.5.4 celery-redbeat==2.0.0 # for rest api