From 920c00fc714f4f7514efcf539180ff9ced3ae7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:22:09 +0000 Subject: [PATCH] chore(deps)(deps-dev): update redis requirement 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...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e190cc..7ead5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ proxy = [ "pydantic>=2.5,<3", "pydantic-settings>=2.3,<3", "python-dotenv>=1.0,<2", - "redis>=5.0,<6", + "redis>=5.0,<9", # Forensic blackbox: ship boto3 by default (works with any # S3-compatible incl. SeaweedFS/Garage/R2/B2). The minio SDK is # kept for backward compatibility but pinned and will be dropped