summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-10-23 10:24:03 +0100
committerGitHub <noreply@github.com>2024-10-23 10:24:03 +0100
commitfc27aa1b314125fdd9a8292591886f9f3559eeb9 (patch)
tree4374c2f953973b3c2d104850ba385fd52c05c922 /pyproject.toml
parent1c7d45e92f83263a202d2f72c9daac61d34619cd (diff)
parent23d832aab722e3cdd019d99d70e00fd11dfc71ee (diff)
Merge pull request #107 from defencedigital/dependabot/pip/django-5.0.9
Bump django from 5.0.4 to 5.0.9
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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",