From 639d555e2b070725d6d02fd34e41343be24f32d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:32:04 +0000 Subject: [PATCH] Bump redis from 4.2.2 to 4.5.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40040dc..08f9309 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==4.0.9 celery==5.2.6 -redis==4.2.2 +redis==4.5.3 python-magic==0.4.25 mozilla-django-oidc==2.0.0 djangorestframework==3.13.1