From 0c63548358fc3b77f940457fb749b624a0b8b25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:25:01 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=2.2.24 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/2.2.24...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 0dac42df6f8..5a8c83ae979 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiodns~=3.0.0 aiofiles==0.7.0 backoff~=1.10.0 click<9.0 -Django~=2.2.24 # LTS version, switch only if we have a compelling reason to +Django~=4.0 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=2.4.0 django-guardian~=2.4.0