From 6eda3ea4fd1c71be739538afbf5daa18dd39198f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:37:20 +0000 Subject: [PATCH] Bump redis from 4.4.4 to 5.0.5 Bumps [redis](https://github.com/redis/redis-py) from 4.4.4 to 5.0.5. - [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.5) --- 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..9f0fca40 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.5 requests==2.31.0 tabulate==0.8.9 xhtml2pdf==0.2.5