From 7bfee9f40c97b43280f3b050ff9565e376e2de8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:03:40 +0000 Subject: [PATCH] Bump wagtail-factories from 4.2.1 to 4.4.0 in /backend Bumps [wagtail-factories](https://github.com/wagtail/wagtail-factories) from 4.2.1 to 4.4.0. - [Release notes](https://github.com/wagtail/wagtail-factories/releases) - [Changelog](https://github.com/wagtail/wagtail-factories/blob/main/CHANGES) - [Commits](https://github.com/wagtail/wagtail-factories/compare/4.2.1...4.4.0) --- updated-dependencies: - dependency-name: wagtail-factories dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 438a665430..431eafc4c7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "pyclamd>=0.4.0", "magika==0.6.2", "tzdata>=2024.1", - "wagtail-factories==4.2.1", + "wagtail-factories==4.4.0", "google-auth-oauthlib>=1.2.1", "PyJWT>=2.8.0", "cryptography>=46.0.7", @@ -130,7 +130,7 @@ dev = [ "pytest-cache<2.0,>=1.0", "time-machine<3.0.0,>=2.13.0", "libcst<2.0.0,>=1.1.0", - "wagtail-factories<5.0.0,>=4.1.0", + "wagtail-factories>=4.4.0,<5.0.0", "pytest-xdist>=3.5.0", "websockets>=12.0", "typer>=0.12.3",