From 7cf81b29681f716316d75ee4d3be8cce0df7cb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:38:26 +0000 Subject: [PATCH] Bump redis from 2.10.5 to 4.5.3 in /demo/imdb Bumps [redis](https://github.com/redis/redis-py) from 2.10.5 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/2.10.5...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/imdb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/imdb/requirements.txt b/demo/imdb/requirements.txt index 3ef13a3..94d09e8 100644 --- a/demo/imdb/requirements.txt +++ b/demo/imdb/requirements.txt @@ -1,2 +1,2 @@ -redis==2.10.5 +redis==4.5.3 redisgraph \ No newline at end of file