From 84722a750cc6ba3894c240099b4d025b67d8286a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:24:02 +0000 Subject: [PATCH] chore(deps): update wagtail requirement from <7.5,>=7.0 to >=7.4.2,<7.5 Updates the requirements on [wagtail](https://github.com/wagtail/wagtail) to permit the latest version. - [Release notes](https://github.com/wagtail/wagtail/releases) - [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt) - [Commits](https://github.com/wagtail/wagtail/compare/v7.0...v7.4.2) --- updated-dependencies: - dependency-name: wagtail dependency-version: 7.4.2 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 1a90030..ce6a592 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=4.2,<5.2 -wagtail>=7.0,<7.5 +wagtail>=7.4.2,<7.5 dj-database-url psycopg[binary] whitenoise