From adc66a9e4a8adbc0cb852b59f7fec7935253ab46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:43:47 +0000 Subject: [PATCH] Update pytest-redis requirement from <4.1.0 to <5.1.0 Updates the requirements on [pytest-redis](https://github.com/dbfixtures/pytest-redis) to permit the latest version. - [Changelog](https://github.com/dbfixtures/pytest-redis/blob/main/CHANGES.rst) - [Commits](https://github.com/dbfixtures/pytest-redis/compare/v1.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-redis dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unittest_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest_requirements.txt b/unittest_requirements.txt index 251cad542a2..3b3fbe7d038 100644 --- a/unittest_requirements.txt +++ b/unittest_requirements.txt @@ -5,4 +5,4 @@ pytest<10 pytest-django pytest-asyncio pytest-aiohttp -pytest-redis<4.1.0 # https://github.com/ClearcodeHQ/pytest-redis/issues/679 +pytest-redis<5.1.0 # https://github.com/ClearcodeHQ/pytest-redis/issues/679