From 32fec0673dda5852ddc1cf27309d6cc5e1b3c604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:06:36 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=2.2.24 to ~=4.1.6 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.6) --- 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 0dac42df6f..3fe944d4c9 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.6 # 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