From f38111177b308d3d30aab3a3050bbddac3b42f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 15:49:56 +0000 Subject: [PATCH] Bump django-redis from 5.2.0 to 5.3.0 (#670) Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.2.0 to 5.3.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.2.0...5.3.0) --- updated-dependencies: - dependency-name: django-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4611fcc0..c4f75954 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-admin-relation-links==0.2.5 django-celery-beat==2.5.0 django-celery-results==2.5.1 django-model-utils==4.3.1 -django-redis==5.2.0 +django-redis==5.3.0 django-timezone-field==5.0 djangorestframework==3.14.0 channels==4.0.0