From 997739557b75e7d01b41370f3fdffec21692bc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:21:57 +0000 Subject: [PATCH] :arrow_up: Bump redis from 5.1.0 to 5.2.0 Bumps [redis](https://github.com/redis/redis-py) from 5.1.0 to 5.2.0. - [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/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 241f7fb0..3b45043e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ channels==4.1.0 channels-redis==4.2.0 orjson==3.10.7 psycopg==3.2.2 -redis==5.1.0 +redis==5.2.0 Pillow==10.4.0 celery==5.4.0 gevent==24.2.1