From 135ea9d1e87b32aad71a9c257b8ee20676771d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:12:02 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=3.2.13 to ~=4.1.1 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/commits) --- 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..8c925de7642 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.1 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1 django-guid~=3.3