From 9b057c02802361b4c9b65f37d1e954ace66a53ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:09:47 +0000 Subject: [PATCH] Bump wagtail from 7.1.2 to 7.2 Bumps [wagtail](https://github.com/wagtail/wagtail) from 7.1.2 to 7.2. - [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) --- updated-dependencies: - dependency-name: wagtail dependency-version: '7.2' 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..0a8c4e8 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 wagtailterms>=0.1.0 \ No newline at end of file