From b8ef85dfe2818fe1f85b541db33a50bcd02afdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Sat, 9 Mar 2024 07:04:54 +0100 Subject: [PATCH] postpone updating to wagtail 6 for now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abab3300..f6e09808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "python-slugify", "rich", # progress bars for management commands "setuptools", # required by django-model-utils for python >= 3.12 :/ - "wagtail", + "wagtail < 6", ] [project.optional-dependencies]