From 1dcb8fb2e2f6f6f33b221c1dc4910c595710d62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:20:22 +0000 Subject: [PATCH] Bump redis from 3.0 to 4.4.4 in /sbndqm/DatabaseTools Bumps [redis](https://github.com/redis/redis-py) from 3.0 to 4.4.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/3.0.0...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sbndqm/DatabaseTools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbndqm/DatabaseTools/requirements.txt b/sbndqm/DatabaseTools/requirements.txt index ab5a49c..c50d9a8 100644 --- a/sbndqm/DatabaseTools/requirements.txt +++ b/sbndqm/DatabaseTools/requirements.txt @@ -1,3 +1,3 @@ -redis==3.0 +redis==4.4.4 matplotlib==2.2.4 pillow==6.1