From 4807b71f4301cdef0827ca4a3da14918b88805ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:52:58 +0000 Subject: [PATCH 1/2] Update redis requirement Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Updates `redis` to 8.0.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/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:development dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fba17e8e..6ad00586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ testing = [ "pytest~=9.0", "pytest-celery[redis]~=1.2", "pytest-cov~=7.0", - "redis~=7.0", + "redis>=7,<9", "requests-mock~=1.12", ] dev = [ From 930fed16b22c0919517e7adc83321e8c59df6abd Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:18:46 +0200 Subject: [PATCH 2/2] Apply suggestion from @CasperWA --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ad00586..67016ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ testing = [ "pytest~=9.0", "pytest-celery[redis]~=1.2", "pytest-cov~=7.0", - "redis>=7,<9", + "redis~=8.0", "requests-mock~=1.12", ] dev = [