From c0473751cb3d7a24b533c06a2baff5a0a1747b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:03:35 +0000 Subject: [PATCH] chore(deps): bump redis from 7.3.0 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 7.3.0 to 7.4.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/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 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 7b2405ff9f9..abbf536b927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ Pillow==12.1.1 # required by django-imagekit psycopg[c]==3.3.3 cryptography==46.0.5 python-dateutil==2.9.0.post0 -redis==7.3.0 +redis==7.4.0 requests==2.32.5 sqlalchemy==2.0.48 # Required by Celery broker transport urllib3==2.6.3