dnscms: bump python to 3.14, bump deps, notably wagtail to 7.2
This commit is contained in:
@@ -3,20 +3,22 @@ name = "dnscms"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [{ name = "EDB", email = "edb@neuf.no" }]
|
||||
requires-python = ">=3.12, <3.13"
|
||||
requires-python = ">=3.14, <3.15"
|
||||
readme = "README.md"
|
||||
dependencies = [
|
||||
"wagtail>=6.1.3,<7",
|
||||
"django>=5.0.7,<6",
|
||||
"wagtail-grapple>=0.26.0,<0.27",
|
||||
"psycopg2-binary>=2.9.10,<3",
|
||||
"django-extensions>=3.2.3,<4",
|
||||
"whitenoise>=6.7.0,<7",
|
||||
"wagtail>=7.2.0",
|
||||
"wagtail-grapple>=0.29.0",
|
||||
"django>=5.2.8",
|
||||
"django-extensions>=4.1",
|
||||
"psycopg2-binary>=2.9.11,<3",
|
||||
"gunicorn>=23.0.0",
|
||||
"whitenoise>=6.11.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff"]
|
||||
dev = [
|
||||
"ruff>=0.14.5",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
Reference in New Issue
Block a user