From 9bfb1b2786733ec28bd97b6feb9821a36e33499b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 08:12:32 +0000 Subject: [PATCH] Update wagtail requirement from >=4.1 to >=7.4.1 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.1) --- updated-dependencies: - dependency-name: wagtail dependency-version: 7.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sandbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index aebb00e..f3296e8 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,4 +1,4 @@ Django>=3.2 -wagtail>=4.1 +wagtail>=7.4.1 django-debug-toolbar==3.2.2 -e .[docs,test]