From c500d2f8f9eab05aef1e6217e3e7fbb6e53a6d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:12:57 +0000 Subject: [PATCH] Bump redis from 4.4.4 to 5.0.7 Bumps [redis](https://github.com/redis/redis-py) from 4.4.4 to 5.0.7. - [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.7) --- 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..add66879 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.7 requests==2.31.0 tabulate==0.8.9 xhtml2pdf==0.2.5