From bbccb6257c07f356756cd17a905c0a064befe4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:18:14 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=2.2.24 to ~=4.0.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/2.2.24...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 0dac42df6f8..20a9c1567c9 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.3 # 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