From f54498d7247e4ecae325b0e40842371e7d414683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:25:01 +0000 Subject: [PATCH] Bump redis from 4.2.2 to 4.4.4 in /docker/web Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 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.2.2...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/web/requirements.txt b/docker/web/requirements.txt index 55e7cc4..c0f4be7 100644 --- a/docker/web/requirements.txt +++ b/docker/web/requirements.txt @@ -6,7 +6,7 @@ gunicorn==20.1.0 daphne==3.0.2 requests==2.27.1 mysqlclient==2.1.0 -redis==4.2.2 +redis==4.4.4 djangorestframework==3.13.1 argon2-cffi==21.3.0 Pillow==9.1.0