diff options
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 6f6af48..da5ae30 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.4", + "Django ==5.0.9", "django-htmx ==1.17.3", "gunicorn ==22.0.0", "psycopg2 ==2.9.9", |