From 2a37067e0a179e3c045b2e780645a31f6f458fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:29:36 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=3.2.13 to ~=4.0.5 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.5) --- 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..dc95d613282 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.5 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1 django-guid~=3.3