From 0b3b6edfa85bcf7fa41e124212b9cd03fdfd026c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:28:09 +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 62cd1667..c4f2317b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Django==4.2.7 psycopg2-binary==2.9.9 python-dotenv==1.0.0 whitenoise==6.6.0 -django-redis==5.3.0 +django-redis==5.4.0