aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2025-03-07 20:59:50 -0800
committerGravatar GitHub <[email protected]>2025-03-07 20:59:50 -0800
commit5fbe3e4e26942adee385e8110639e89897b6037e (patch)
tree6b5ca6ca135177aae3bc9592216fd9f975302b4e
parentMerge pull request #1480 from python-discord/dependabot/pip/ruff-0.9.9 (diff)
parentBump django from 5.1.6 to 5.1.7 (diff)
Merge pull request #1481 from python-discord/dependabot/pip/django-5.1.7
Bump django from 5.1.6 to 5.1.7
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 157d3c31..763571f0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -400,14 +400,14 @@ files = [
[[package]]
name = "django"
-version = "5.1.6"
+version = "5.1.7"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
- {file = "Django-5.1.6-py3-none-any.whl", hash = "sha256:8d203400bc2952fbfb287c2bbda630297d654920c72a73cc82a9ad7926feaad5"},
- {file = "Django-5.1.6.tar.gz", hash = "sha256:1e39eafdd1b185e761d9fab7a9f0b9fa00af1b37b25ad980a8aa0dac13535690"},
+ {file = "Django-5.1.7-py3-none-any.whl", hash = "sha256:1323617cb624add820cb9611cdcc788312d250824f92ca6048fda8625514af2b"},
+ {file = "Django-5.1.7.tar.gz", hash = "sha256:30de4ee43a98e5d3da36a9002f287ff400b43ca51791920bfb35f6917bfe041c"},
]
[package.dependencies]
@@ -1338,4 +1338,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.1"
python-versions = "3.11.*"
-content-hash = "8b284a8d648e9c1c08b5508ef9e9acfa30e4ecae8dd1fefc21e02718c3216478"
+content-hash = "2818e34017defeac425f7ec3c05f65c6567c7ab55549b8cb779343b576887124"
diff --git a/pyproject.toml b/pyproject.toml
index 333405e1..b1cc3bb1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.1.6"
+django = "5.1.7"
django-distill = "3.2.7"
django-environ = "0.11.2"
django-filter = "25.1"