From 62f5da75dca6cc24511aad8bff7842021352bf8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:07:23 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=3.2.13 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/3.2.13...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 09c3d2fb854..52d55ebf557 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.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