dnscms: bump deps

This commit is contained in:
2026-03-05 21:54:58 +01:00
parent f769898698
commit cc5b53011d
2 changed files with 16 additions and 16 deletions

View File

@@ -6,13 +6,13 @@ authors = [{ name = "EDB", email = "edb@neuf.no" }]
requires-python = ">=3.14, <3.15"
readme = "README.md"
dependencies = [
"wagtail>=7.3.0",
"wagtail>=7.3.1",
"wagtail-grapple>=0.29.0",
"django>=6.0.2",
"django>=6.0.3",
"django-extensions>=4.1",
"psycopg2-binary>=2.9.11,<3",
"gunicorn>=25.1.0",
"whitenoise>=6.11.0",
"whitenoise>=6.12.0",
]
[dependency-groups]