From 5dfa6388feaa95b0e38479440d5bd97d8e34b5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:36:34 +0000 Subject: [PATCH] chore(deps): update redis requirement in /warehouse/metrics-service 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.7...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- warehouse/metrics-service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/metrics-service/pyproject.toml b/warehouse/metrics-service/pyproject.toml index 3838284130..8ff46a0428 100644 --- a/warehouse/metrics-service/pyproject.toml +++ b/warehouse/metrics-service/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "requests<3.0.0,>=2.31.0", "ruamel-yaml<1.0.0,>=0.18.6", "sqlalchemy<3.0.0,>=2.0.25", - "redis>=5.0.7,<7.0.0", + "redis>=5.0.7,<8.0.0", "githubkit<1.0.0,>=0.12.4", "sqlmesh[trino]<1.0.0,>=0.141.1", "dagster-duckdb<1.0.0,>=0.24.0",