From f2a4f189c46be634e0f1c7de8766002077d73839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:25:07 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=2.2.24 to ~=4.1.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.1.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..72b2bac491c 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.1.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