From a65023c30cf428ec498f0e1d2e05bc34b96c556c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:31:57 +0000 Subject: [PATCH] Bump redis from 4.2.2 to 4.5.3 in /docker/web Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 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/v4.2.2...v4.5.3) --- 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..55c5264 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.5.3 djangorestframework==3.13.1 argon2-cffi==21.3.0 Pillow==9.1.0