From dafbc818eedd8d9ad9263ee411774b567eb7e8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:15:44 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=3.2.13 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/3.2.13...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 09c3d2fb854..8b72d71b840 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.1.3 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1 django-guid~=3.3