From 59f413259177c37034dd8dc02755c29dce9a68d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:16:25 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 4.5.3 in /server Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 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.5.3...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 471cfbf439..bc87252e31 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ protobuf==3.20.2 pyOpenSSL==22.1.0 pytest-rerunfailures==10.2 pytest-xdist==2.4.0 -redis==3.5.3 +redis==4.5.3 requests==2.26.0 selenium==3.141.0 sentence_transformers==2.2.2