aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--uv.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index baeaeefd..451c6470 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = [{ name = "Python Discord", email = "[email protected]" }]
requires-python = "==3.13.*"
license = "MIT"
dependencies = [
- "django==5.1.11",
+ "django==5.1.14",
"django-distill==3.2.7",
"django-environ==0.12.0",
"django-filter==25.1",
diff --git a/uv.lock b/uv.lock
index b713b9df..dfdc5080 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1,5 +1,5 @@
version = 1
-revision = 2
+revision = 3
requires-python = "==3.13.*"
[[package]]
@@ -172,16 +172,16 @@ wheels = [
[[package]]
name = "django"
-version = "5.1.11"
+version = "5.1.14"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "sqlparse" },
{ name = "tzdata", marker = "sys_platform == 'win32'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/83/80/bf0f9b0aa434fca2b46fc6a31c39b08ea714b87a0a72a16566f053fb05a8/django-5.1.11.tar.gz", hash = "sha256:3bcdbd40e4d4623b5e04f59c28834323f3086df583058e65ebce99f9982385ce", size = 10734926, upload-time = "2025-06-10T10:12:48.229Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/6e/f9/284077f0e61f633e5279518a9ac5924ade4bef12bc841174ca48c57f2438/django-5.1.14.tar.gz", hash = "sha256:b98409fb31fdd6e8c3a6ba2eef3415cc5c0020057b43b21ba7af6eff5f014831", size = 10720998, upload-time = "2025-11-05T14:07:56.294Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/59/91/2972ce330c6c0bd5b3200d4c2ad5cbf47eecff5243220c5a56444d3267a0/django-5.1.11-py3-none-any.whl", hash = "sha256:e48091f364007068728aca938e7450fbfe3f2217079bfd2b8af45122585acf64", size = 8277453, upload-time = "2025-06-10T10:12:42.236Z" },
+ { url = "https://files.pythonhosted.org/packages/e3/67/8839eb1d70b5688b7375dce24ccf216e6ab25ee9e6361f22973520d13cd4/django-5.1.14-py3-none-any.whl", hash = "sha256:2a4b9c20404fd1bf50aaaa5542a19d860594cba1354f688f642feb271b91df27", size = 8260068, upload-time = "2025-11-05T14:07:53.26Z" },
]
[[package]]
@@ -628,7 +628,7 @@ test = [
[package.metadata]
requires-dist = [
- { name = "django", specifier = "==5.1.11" },
+ { name = "django", specifier = "==5.1.14" },
{ name = "django-distill", specifier = "==3.2.7" },
{ name = "django-environ", specifier = "==0.12.0" },
{ name = "django-filter", specifier = "==25.1" },