From 2bd4a23ffb8ece1ea9d81b55444f99a4e51f130e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 06:15:56 +0000 Subject: [PATCH] Bump redis from 4.3.6 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 4.3.6 to 4.4.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.3.6...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af50104cd..24bfd088c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ psycopg2-binary==2.9.6 python-dateutil==2.8.2 pytz==2023.3 rcssmin==1.0.6 -redis==4.3.6 +redis==4.4.4 rq==1.10.0 requests==2.31.0 rjsmin==1.0.12