diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-10-23 10:24:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 10:24:03 +0100 |
commit | fc27aa1b314125fdd9a8292591886f9f3559eeb9 (patch) | |
tree | 4374c2f953973b3c2d104850ba385fd52c05c922 | |
parent | 1c7d45e92f83263a202d2f72c9daac61d34619cd (diff) | |
parent | 23d832aab722e3cdd019d99d70e00fd11dfc71ee (diff) |
Merge pull request #107 from defencedigital/dependabot/pip/django-5.0.9
Bump django from 5.0.4 to 5.0.9
-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 |