From 1d65cf74fb56a2635a14bdc2ac3b12682bd776e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:21:30 +0000 Subject: [PATCH] Chore(deps): Bump redis[hiredis] from 5.2.1 to 6.4.0 Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 5.2.1 to 6.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.2.1...v6.4.0) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 6.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 5714a85e..d8fd9f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "python-dateutil==2.9.0", "pytz==2025.2", "pyyaml==6.0.1", - "redis[hiredis]==5.2.1", + "redis[hiredis]==6.4.0", "requests==2.32.5", "sentry-sdk==2.35.1", "setproctitle==1.3.5",