aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-08-30 18:40:15 +0200
committerGravatar GitHub <[email protected]>2024-08-30 18:40:15 +0200
commit9c4b6cf9b52c6259ebdfcf00bfe0aa4c8129718d (patch)
tree982939ab98cf941fe2fae4ec19434b2e7ad520b0 /pyproject.toml
parentMerge pull request #1418 from python-discord/dependabot/pip/sentry-sdk-2.13.0 (diff)
parentRename `check` to `condition` (diff)
Merge pull request #1416 from python-discord/dependabot/pip/django-5.1
Bump django from 5.0.7 to 5.1
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 7f2deb53..2fd1d1dd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.7"
+django = "5.1"
django-distill = "3.2.4"
django-environ = "0.11.2"
django-filter = "24.3"