From 9ddd0eb31151783de6e89178f10da6e50492531c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:34:37 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=4.2.0 to ~=5.1.1 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...5.1.1) --- 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 b9ec2ef18b..701aa8dd58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ click>=8.1.0,<=8.1.7 cloudevents==1.11.0 # Pinned because project warns "things might (and will) break with every update" confluent-kafka>=2.4.0,<2.6.0 cryptography>=38.0.1,<43.0.2 -Django~=4.2.0 # LTS version, switch only if we have a compelling reason to +Django~=5.1.1 # LTS version, switch only if we have a compelling reason to django-filter>=23.1,<=24.3 django-guid>=3.3,<=3.5.0 django-import-export>=2.9,<3.4.0