From f2c5d3e3cf9bc6aa30f9f9662d1055f3036d589b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:28:52 +0000 Subject: [PATCH] Update pytest-redis requirement from <3.1.0 to <3.2.0 Updates the requirements on [pytest-redis](https://github.com/ClearcodeHQ/pytest-redis) to permit the latest version. - [Changelog](https://github.com/ClearcodeHQ/pytest-redis/blob/main/CHANGES.rst) - [Commits](https://github.com/ClearcodeHQ/pytest-redis/compare/v1.0.0...v3.1.2) --- updated-dependencies: - dependency-name: pytest-redis 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 eb281edff43..95832c4df5a 100644 --- a/unittest_requirements.txt +++ b/unittest_requirements.txt @@ -5,4 +5,4 @@ pytest<8 pytest-django pytest-asyncio pytest-aiohttp -pytest-redis<3.1.0 # https://github.com/ClearcodeHQ/pytest-redis/issues/679 +pytest-redis<3.2.0 # https://github.com/ClearcodeHQ/pytest-redis/issues/679