From 920c09ed7a26b5b799fee228752197049a3d20c5 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 9 Sep 2024 11:59:13 +0100 Subject: [PATCH] Release django version constraint slightly. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c158fcf..ae23934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.2 jasmin-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.9" }# Also required for API. jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.git", tag = "v1.2.7"} -Django = "~5.0" +Django = "^5" django-bootstrap5 = "^24.1" django-markdown-deux = "^1.0.6" python-dateutil = "^2.8.2"