From 937bb8f833ae99641033a934d366d301c6623806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:26:48 +0000 Subject: [PATCH] Bump redis from 4.3.3 to 4.4.4 in /installs/osp-proxy/setup Bumps [redis](https://github.com/redis/redis-py) from 4.3.3 to 4.4.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.3.3...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installs/osp-proxy/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installs/osp-proxy/setup/requirements.txt b/installs/osp-proxy/setup/requirements.txt index 6bb79eb5..c5f45af5 100644 --- a/installs/osp-proxy/setup/requirements.txt +++ b/installs/osp-proxy/setup/requirements.txt @@ -3,5 +3,5 @@ gevent==21.12.0 gevent-websocket==0.10.1 gunicorn==20.1.0 MarkupSafe==2.1.1 -redis==4.3.3 +redis==4.4.4 requests==2.28.2