dnscms: bump deps

This commit is contained in:
2026-02-16 02:37:33 +01:00
parent bba98fe868
commit 355c0b38a5
2 changed files with 43 additions and 44 deletions

View File

@@ -6,18 +6,18 @@ authors = [{ name = "EDB", email = "edb@neuf.no" }]
requires-python = ">=3.14, <3.15"
readme = "README.md"
dependencies = [
"wagtail>=7.2.0",
"wagtail>=7.3.0",
"wagtail-grapple>=0.29.0",
"django>=5.2.8",
"django>=6.0.2",
"django-extensions>=4.1",
"psycopg2-binary>=2.9.11,<3",
"gunicorn>=23.0.0",
"gunicorn>=25.1.0",
"whitenoise>=6.11.0",
]
[dependency-groups]
dev = [
"ruff>=0.14.5",
"ruff>=0.15.1",
]
[tool.uv]