From 1d1a1ae833c919d779b1fa2b338db75895d4ef4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:47:57 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.2.1 Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.2.1. - [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.6.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f24e7976..0bc889ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ factory_boy==3.3.0 celery[redis]==5.3.1 celery_once==3.0.1 git+https://github.com/snyaggarwal/flower # use until https://github.com/mher/flower/issues/1231 issue is resolved -redis==4.6.0 +redis==5.2.1 django-redis==5.3.0 # needed for redis sentinel support kombu==5.3.1 django-elasticsearch-dsl==7.3