From f4e273dc607464544dec7caa57d38bccaad337f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:48:27 +0000 Subject: [PATCH] Bump django-redis from 5.3.0 to 5.4.0 Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: django-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91bd9fb9..8f5e1592 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ django-oidc-provider-foxtail==0.7.6 django-otp==1.2.3 django-published>=0.8.0 django-recaptcha==3.0.0 -django-redis==5.3.0 +django-redis==5.4.0 django-rq==2.8.1 django-slugger==1.1.2 django-storages[azure]==1.14