From 5afae80358f01508d2447cd6b5ae0e077634da80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:03:48 +0000 Subject: [PATCH] [noissue]: Update redis requirement from <5.0.3,>=4.3 to >=4.3,<5.0.4 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/v4.3.0...v5.0.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba8572e9f3..52b5854f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ psycopg[binary]>=3.1.8,<=3.1.18 pyparsing>=3.1.0,<=3.1.2 python-gnupg>=0.5,<=0.5.2 PyYAML>=5.1.1,<=6.0.1 -redis>=4.3,<5.0.3 +redis>=4.3,<5.0.4 setuptools>=39.2,<69.2.0 url-normalize>=1.4.3,<=1.4.3 uuid6>=2023.5.2,<=2024.1.12