From 16e9d095156b7322664a51b5f2c86d55c313e31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:29:08 +0000 Subject: [PATCH] Bump redis from 4.5.3 to 4.5.4 in /aristotle Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.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/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aristotle/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aristotle/requirements.txt b/aristotle/requirements.txt index 39e60ae..a2e0c92 100644 --- a/aristotle/requirements.txt +++ b/aristotle/requirements.txt @@ -13,6 +13,6 @@ pycrypto==2.6 pymarc==2.8.8 pyparsing==1.5.7 rdflib==4.0 -redis==4.5.3 +redis==4.5.4 rediscluster==0.5.1 wsgiref==0.1.2