diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-23 10:24:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-23 10:26:02 +0100 |
commit | f7168f611db621a5dc0bcb7795186477e76d9c77 (patch) | |
tree | dd05d86267c8f99c1d1a42056b5476d26ad50da4 /pyproject.toml | |
parent | fc27aa1b314125fdd9a8292591886f9f3559eeb9 (diff) |
Manual django version bump
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index da5ae30..9aa8597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ description = "DefNucSyR Engagement Database (DED)" dependencies = [ "django-widget-tweaks ==1.5.0", "django-crispy-forms ==2.0", - "Django ==5.0.9", + "django==5.0.9", "django-htmx ==1.17.3", "gunicorn ==22.0.0", "psycopg2 ==2.9.9", |