From 7186d0dc47547a958b4f7c898fbb1b22816e160e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:42:12 +0000 Subject: [PATCH] Bump redis from 3.2.1 to 4.4.4 in /CogQA-ref Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 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.2.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CogQA-ref/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CogQA-ref/requirements.txt b/CogQA-ref/requirements.txt index 51563f7..658f58b 100644 --- a/CogQA-ref/requirements.txt +++ b/CogQA-ref/requirements.txt @@ -2,7 +2,7 @@ fire==0.1.3 fuzzywuzzy==0.17.0 python-Levenshtein==0.12.0 pytorch-pretrained-bert==0.6.2 -redis==3.2.1 +redis==4.4.4 torch==1.0.1.post2 torchvision==0.2.2.post3 tqdm==4.31.1