From 78cdba3dda84879c80abc8f583ee8211ee6c8eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:22:22 +0000 Subject: [PATCH] Bump wagtail-localize from 1.10 to 1.13 in /backend Bumps [wagtail-localize](https://github.com/wagtail/wagtail-localize) from 1.10 to 1.13. - [Release notes](https://github.com/wagtail/wagtail-localize/releases) - [Changelog](https://github.com/wagtail/wagtail-localize/blob/main/CHANGELOG.md) - [Commits](https://github.com/wagtail/wagtail-localize/compare/v1.10...v1.13) --- updated-dependencies: - dependency-name: wagtail-localize dependency-version: '1.13' 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 256e4ba4b2..bde125ac55 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -83,7 +83,7 @@ dependencies = [ "djangorestframework==3.15.2", "l18n<2022.0,>=2021.3", "wagtail==7.2.3", - "wagtail-localize==1.10", + "wagtail-localize==1.13", "celery==5.5.3", "wagtail-headless-preview==0.8.0", "Jinja2>=3.1.3",