From ec6dbc446fa5badf4da300687fdb9da000b4e45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:03:56 +0000 Subject: [PATCH] chore(deps): update redis requirement in the python-production group Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Updates `redis` to 8.1.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/v6.4.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production dependency-group: python-production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 781c0c6..2b02ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "tree-sitter-typescript>=0.23.2", "celery[redis]>=5.6", # kombu[redis] (via celery[redis]) requires redis<6.5 - "redis>=6.4,<6.5", + "redis>=6.4,<8.2", "sqlalchemy>=2.0.51", "alembic>=1.19", "psycopg2-binary>=2.9.12",