From 695585a5f237ebc2f1a44b708279cd2e71ea2cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:25:38 +0000 Subject: [PATCH] chore(deps): update django requirement from <4.0,>=3.0 to >=3.0,<5.0 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.0...4.0) --- 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 056bf77..fbd5c64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=3.0,<4.0 +Django>=3.0,<5.0 psycopg2-binary>=2.8 django-bootstrap-v5 django-crispy-forms