From 923048c06b18688007a8c4a7db15c4dd51132b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:57:47 +0000 Subject: [PATCH] Bump wagtail from 7.1.2 to 7.2.1 Bumps [wagtail](https://github.com/wagtail/wagtail) from 7.1.2 to 7.2.1. - [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.1.2...v7.2.1) --- updated-dependencies: - dependency-name: wagtail dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 236aea1..a3b7423 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,3 +1,3 @@ Django>=4.2,<5.3 -wagtail==7.1.2 +wagtail==7.2.1 wagtailterms>=0.1.0 \ No newline at end of file