dnscms: bump deps

This commit is contained in:
2026-07-05 00:53:58 +02:00
parent 6f1d531d5d
commit 0e239d06d8
2 changed files with 46 additions and 46 deletions
+6 -6
View File
@@ -5,10 +5,10 @@ description = ""
authors = [{ name = "EDB", email = "edb@neuf.no" }]
requires-python = ">=3.14, <3.15"
dependencies = [
"wagtail>=7.4.1,<8",
"wagtail>=7.4.2,<8",
"wagtail-grapple>=0.31.0,<0.32",
"wagtail-headless-preview>=0.8,<0.9",
"django>=6.0.5,<7",
"wagtail-headless-preview>=0.9,<0.10",
"django>=6.0.6,<7",
"django-extensions>=4.1,<5",
"psycopg2-binary>=2.9.12,<3",
"gunicorn>=26.0.0,<27",
@@ -17,11 +17,11 @@ dependencies = [
[dependency-groups]
dev = [
"ruff>=0.15.13,<0.16",
"pytest>=9.0.3,<10",
"ruff>=0.15.20,<0.16",
"pytest>=9.1.1,<10",
"pytest-cov>=7.0.0,<8",
"pytest-django>=4.12.0,<5",
"wagtail-factories>=4.4.0,<5",
"wagtail-factories>=4.5.0,<5",
]
[tool.uv]