diff options
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 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", diff --git a/requirements.txt b/requirements.txt index ff555a3..dbe97b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=4.2.11,<5.0.0 +Django>=4.2.11,<6.0.0 #django-extensions #faker>=13.14.0,<14.0.0 django-htmx==1.17.3 |