From cbd303e29c9ce1905b3bcc39723bffa4f2fd0e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:00:47 +0000 Subject: [PATCH] Update redis requirement from <7,>=5.2.1 to >=5.2.1,<8 in /queryzen-api 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.2.1...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- queryzen-api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queryzen-api/pyproject.toml b/queryzen-api/pyproject.toml index 7f49324..95b615f 100644 --- a/queryzen-api/pyproject.toml +++ b/queryzen-api/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "factory-boy>=3.3.1,<4", "celery>=5.4.0,<6", "django-celery-results>=2.5.1,<3", - "redis>=5.2.1,<7", + "redis>=5.2.1,<8", "sqlalchemy>=2.0.37,<3", "httpx>=0.28.1,<0.29", "psycopg2-binary>=2.9.10",