From 573a41daced558a49c4dbfb62cadf419e1693e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:02:11 +0000 Subject: [PATCH] Chore(deps): Bump redis[hiredis] from 5.2.1 to 7.0.0 Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 5.2.1 to 7.0.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.2.1...v7.0.0) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.0.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 baa267d3..f48f7cec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "python-dateutil==2.9.0", "pytz==2025.2", "pyyaml==6.0.1", - "redis[hiredis]==5.2.1", + "redis[hiredis]==7.0.0", "requests==2.32.5", "sentry-sdk==2.35.1", "setproctitle==1.3.5",