From 64bb6f8e200ac924a8201f9fffb745471b6eb8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:27:37 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=5.0.0 to >=7.4.0 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec6191d..fb47a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "psycopg2-binary>=2.9.11", "pydantic>=2.12.5", "python-dotenv>=1.2.2", - "redis>=5.0.0", + "redis>=7.4.0", "sentry-sdk[flask]>=2.57.0", "email-validator>=2.0.0", "pytest>=9.0.2",