From b27b5c6d776034cc86d6bfe9c637c409b0f06950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 06:08:35 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.4.4 in /releases/hawthorn/1/oee Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 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/2.10.6...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- releases/hawthorn/1/oee/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/hawthorn/1/oee/requirements.txt b/releases/hawthorn/1/oee/requirements.txt index 24c1d41a..93951719 100644 --- a/releases/hawthorn/1/oee/requirements.txt +++ b/releases/hawthorn/1/oee/requirements.txt @@ -17,5 +17,5 @@ django-redis==4.5.0 django-redis-sentinel-redux==0.2.0 django-redis-sessions==0.6.1 raven==6.9.0 -redis==2.10.6 +redis==4.4.4 gunicorn==19.9.0