From 81bc88025c8398e3277e8cc3bcd7f6655a6561c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:20:56 +0000 Subject: [PATCH] Bump wagtail-localize from 1.10 to 1.12.2 in /backend Bumps [wagtail-localize](https://github.com/wagtail/wagtail-localize) from 1.10 to 1.12.2. - [Release notes](https://github.com/wagtail/wagtail-localize/releases) - [Changelog](https://github.com/wagtail/wagtail-localize/blob/v1.12.2/CHANGELOG.md) - [Commits](https://github.com/wagtail/wagtail-localize/compare/v1.10...v1.12.2) --- updated-dependencies: - dependency-name: wagtail-localize dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..d710a10783 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -83,7 +83,7 @@ dependencies = [ "djangorestframework==3.15.2", "l18n<2022.0,>=2021.3", "wagtail==6.2.2", - "wagtail-localize==1.10", + "wagtail-localize==1.12.2", "celery==5.4.0", "wagtail-headless-preview==0.8.0", "Jinja2>=3.1.3",