dnscms: bump deps, notably wagtail to v7.4

This commit is contained in:
2026-05-15 03:01:56 +02:00
parent 202cfe47f3
commit a9e59b947a
2 changed files with 75 additions and 75 deletions
+11 -11
View File
@@ -6,21 +6,21 @@ authors = [{ name = "EDB", email = "edb@neuf.no" }]
requires-python = ">=3.14, <3.15"
readme = "README.md"
dependencies = [
"wagtail>=7.3.1",
"wagtail-grapple>=0.29.0",
"django>=6.0.3",
"django-extensions>=4.1",
"psycopg2-binary>=2.9.11,<3",
"gunicorn>=25.1.0",
"whitenoise>=6.12.0",
"wagtail>=7.4,<8",
"wagtail-grapple>=0.31.0,<0.32",
"django>=6.0.5,<7",
"django-extensions>=4.1,<5",
"psycopg2-binary>=2.9.12,<3",
"gunicorn>=26.0.0,<27",
"whitenoise>=6.12.0,<7",
]
[dependency-groups]
dev = [
"ruff>=0.15.1",
"pytest>=8.3",
"pytest-django>=4.9",
"wagtail-factories>=4.2",
"ruff>=0.15.13,<0.16",
"pytest>=9.0.3,<10",
"pytest-django>=4.12.0,<5",
"wagtail-factories>=4.4.0,<5",
]
[tool.uv]