From d36eec8f79806db96c3d79ac9fa872b025532798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 20:18:28 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=3.2.13 to ~=4.0.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/3.2.13...4.0.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 09c3d2fb854..e22f308b5d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aioredis~=2.0.1 backoff~=2.0.1 click<9.0 cryptography~=37.0.2 -Django~=3.2.13 # LTS version, switch only if we have a compelling reason to +Django~=4.0.6 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1 django-guid~=3.3