From 039300d9979ae8ef918665c1773d45c239fb66a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:48:26 +0000 Subject: [PATCH] Bump redis from 3.2.1 to 4.5.3 in /src/ClusterManager 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] --- src/ClusterManager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClusterManager/requirements.txt b/src/ClusterManager/requirements.txt index 2ac2b2bac..3fc78c776 100644 --- a/src/ClusterManager/requirements.txt +++ b/src/ClusterManager/requirements.txt @@ -13,7 +13,7 @@ PyYAML>=5.1.1 prometheus-client==0.7.1 twisted==19.7.0 cachetools==3.1.1 -redis==3.2.1 +redis==4.5.3 elasticsearch>=6.0.0,<7.0.0 jinja2==2.11.1 azure==4.0.0