aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2025-07-04 18:53:15 +0200
committerGravatar GitHub <[email protected]>2025-07-04 18:53:15 +0200
commit1b849978fd26cd5e033f39d6bcca4a3c0685cdc2 (patch)
tree934752a1df78c904722d607a2dda9cc2fd82956f /pyproject.toml
parentMerge pull request #1516 from python-discord/resource-cs50 (diff)
parentBump django from 5.1.8 to 5.1.9 (diff)
Merge pull request #1521 from python-discord/dependabot/pip/django-5.1.9
Bump django from 5.1.8 to 5.1.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 f8ba4e28..8aedc094 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.1.8"
+django = "5.1.9"
django-distill = "3.2.7"
django-environ = "0.11.2"
django-filter = "25.1"