From 57c211aa57e422eaafaa3c637608092d8e520f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:00:07 +0000 Subject: [PATCH] Update django requirement from <3.2,>=3.1 to >=3.1,<4.3 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...4.2) --- updated-dependencies: - dependency-name: django 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 f9f4dd7bc..629b02639 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=3.1,<3.2 +Django>=3.1,<4.3 django-cacheops==5.0.1 djangorestframework==3.11.1 django-filter==2.3.0