From 6fd10917f3ebe0464eaa0e37c68b592d47674c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:46:03 +0000 Subject: [PATCH] Update django requirement from ~=3.2 to ~=4.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.2...4.0.3) --- 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 bf9ac85c4e..436b277974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ bleach~=4.1 django-bootstrap-breadcrumbs~=0.9 django-formtools~=2.3 django-recaptcha~=3.0.0 -Django~=3.2 +Django~=4.0 django-crispy-forms~=1.14 django_compressor~=3.1 django_extensions~=3.1