From eae547d626db6982f3aeccef7d682f3ac2cbbca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 11:09:32 +0000 Subject: [PATCH] Update django-redis requirement from <5.1,>=4.12 to >=4.12,<5.3 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/4.12.0...5.2.0) --- updated-dependencies: - dependency-name: django-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 fcc3c80d3f5..9af9b4021cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ psycopg2-binary>=2.8,<2.10 # Sandbox Whoosh>=2.7,<2.8 django-environ>=0.4,<0.6 -django-redis>=4.12,<5.1 +django-redis>=4.12,<5.3 pysolr>=3.9,<3.10 redis>=3.5,<3.6 requests>=2.25,<3