From 227540d8ca1e788a6403927f58fd48d64e7b3db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:52:21 +0000 Subject: [PATCH] Bump redis from 4.4.4 to 5.0.4 Bumps [redis](https://github.com/redis/redis-py) from 4.4.4 to 5.0.4. - [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.4.4...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21abcbf6..183a8efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pymongo==4.0.1 python-dotenv==0.19.2 pytz==2021.3 rdkit==2023.3.1 -redis==4.4.4 +redis==5.0.4 requests==2.31.0 tabulate==0.8.9 xhtml2pdf==0.2.5