aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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
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 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"