From 77838a1b96aba258ff0bf6606a78c27265e9991f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:45:09 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 7.0.1 in /chromosome Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.0.1. - [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/v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chromosome/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromosome/requirements.txt b/chromosome/requirements.txt index ee244fac..4f9bb63d 100644 --- a/chromosome/requirements.txt +++ b/chromosome/requirements.txt @@ -38,7 +38,7 @@ propcache==0.3.2 # yarl protobuf==6.32.0 # via grpcio-tools -redis==6.4.0 +redis==7.0.1 # via chromosome (setup.py) uvloop==0.21.0 # via chromosome (setup.py)