From efdf0c290cd4383389f5e815c46fc4c04ab3f8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:52:39 +0000 Subject: [PATCH] Update django requirement from <5.2,>=4.2 to >=4.2,<5.3 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.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index beba129..816411e 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,3 +1,3 @@ -Django>=4.2,<5.2 +Django>=4.2,<5.3 wagtail==7.1.1 wagtailterms>=0.1.0 \ No newline at end of file