From 199416b904b2c0395d11ebcbf48cc4c58ea093ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:01:52 +0100 Subject: [PATCH] Update django-redis requirement from ==5.2.* to ==5.4.* (#3877) Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version. - [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.4.0) --- updated-dependencies: - dependency-name: django-redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1b003dcb5..47848b4d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "django-oauth-toolkit==2.2.*", "django-otp==1.2.*", "django-phonenumber-field==7.1.*", - "django-redis==5.2.*", + "django-redis==5.4.*", "django-scopes==2.0.*", "django-statici18n==2.4.*", "djangorestframework==3.14.*",