From 5f71738a15ed64e44aa58826dd79a84f6d215329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:16:19 +0000 Subject: [PATCH] deps:(deps): bump willow from 1.11.0 to 1.12.0 Bumps [willow](https://github.com/wagtail/Willow) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/wagtail/Willow/releases) - [Changelog](https://github.com/wagtail/Willow/blob/main/docs/changelog.rst) - [Commits](https://github.com/wagtail/Willow/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: willow dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2dcf1d5..23f96dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,5 +84,5 @@ urllib3==2.5.0 # via requests wagtail==7.1.1 # via quakercms (pyproject.toml) -willow==1.11.0 +willow==1.12.0 # via wagtail