From e4c49c8255bc200f66129ce36e54181508d18bcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:48:51 +0000 Subject: [PATCH] Update dependency wagtail-factories to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99c1e533a6..c60652294c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pytest-mock = "^3.11.1" responses = "^0.23.1" ruff = "^0.4" semantic-version = "^2.10.0" -wagtail-factories = "^3.1" +wagtail-factories = "^4.2" [tool.ruff] target-version = "py39"