From d8e5c350febd69e5d13f0437d221eef8882e3c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:14:48 +0000 Subject: [PATCH] [noissue]: Update redis requirement from <5.0.8,>=4.3 to >=4.3,<5.0.9 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.8) --- 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 e517185e7e..7f6dacbae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ psycopg[binary]>=3.1.8,<=3.2.1 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.8 +redis>=4.3,<5.0.9 tablib<3.6.0 url-normalize>=1.4.3,<=1.4.3 uuid6>=2023.5.2,<=2024.7.10