From 555e6af351e43976a858d7abf56a27898f774c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:48:42 +0000 Subject: [PATCH] Bump redis from 3.2.1 to 4.5.3 in /CogQA-ref Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.5.3. - [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.5.3) --- 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..d8df6c0 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.5.3 torch==1.0.1.post2 torchvision==0.2.2.post3 tqdm==4.31.1