From d7f0748de9c226a98bfd04e8c63fb9561706f1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:06:23 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=4.2.0 to ~=5.1.2 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.2) --- 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 a5178a5b951..7534d66657e 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.2 # 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