summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-23 10:24:43 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-23 10:26:02 +0100
commitf7168f611db621a5dc0bcb7795186477e76d9c77 (patch)
treedd05d86267c8f99c1d1a42056b5476d26ad50da4
parentfc27aa1b314125fdd9a8292591886f9f3559eeb9 (diff)
Manual django version bump
-rw-r--r--pyproject.toml2
-rw-r--r--requirements.txt2
-rw-r--r--uv.lock8
3 files changed, 6 insertions, 6 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",
diff --git a/requirements.txt b/requirements.txt
index dbe97b8..9fb1f9d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,4 +6,4 @@ gunicorn==22.0.0
psycopg2==2.9.9
tzdata==2024.1
whitenoise==6.6.0
-django-widget-tweaks==1.5.0 \ No newline at end of file
+django-widget-tweaks==1.5.0
diff --git a/uv.lock b/uv.lock
index 221c2fb..da70c98 100644
--- a/uv.lock
+++ b/uv.lock
@@ -55,7 +55,7 @@ dev = [
[package.metadata]
requires-dist = [
- { name = "django", specifier = "==5.0.4" },
+ { name = "django", specifier = "==5.0.9" },
{ name = "django-crispy-forms", specifier = "==2.0" },
{ name = "django-htmx", specifier = "==1.17.3" },
{ name = "django-widget-tweaks", specifier = "==1.5.0" },
@@ -77,16 +77,16 @@ dev = [
[[package]]
name = "django"
-version = "5.0.4"
+version = "5.0.9"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "sqlparse" },
{ name = "tzdata", marker = "sys_platform == 'win32'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/5a/51/30097ef45b0f9bd32908bb3309e9d8c04e2635846e9c73f61b427f6a6c78/Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd", size = 10638006 }
+sdist = { url = "https://files.pythonhosted.org/packages/fa/7b/176ce335cba42342b8f20efbdd5eb27067a0b34ee2203e051b34bedca0d9/Django-5.0.9.tar.gz", hash = "sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39", size = 10646283 }
wheels = [
- { url = "https://files.pythonhosted.org/packages/d3/31/32ce7eb77accc1678054fe951228766b47f9ec7d68d96d1caaa2611cbafe/Django-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775", size = 8183007 },
+ { url = "https://files.pythonhosted.org/packages/81/bb/eef60ea99aab7788ea46a57789a00649f8866ac3eb5abdf69eac36a7cdb6/Django-5.0.9-py3-none-any.whl", hash = "sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa", size = 8185387 },
]
[[package]]