From 8a8973bc63e110653d9c116e92b8c5e98308b92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:24:29 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.1 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 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/v5.0.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0562ea0..3603f4fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pydantic == 2.9.2", "pymongo-migrate == 0.11.0", "python-jose[cryptography] == 3.5.0", - "redis == 5.0.1", + "redis == 7.4.0", "uvicorn[standard] == 0.29.0", ]