aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-07-10 19:04:02 +0200
committerGravatar GitHub <[email protected]>2024-07-10 19:04:02 +0200
commitf6c563904c3b2abdc89e9971bde7a7ee34e47a8c (patch)
tree892539006c5b98734fa31c8f4abd40196c1d8b9c /pyproject.toml
parentPleasure the style dictator (diff)
parentBump django from 5.0.6 to 5.0.7 (diff)
Merge pull request #1359 from python-discord/dependabot/pip/django-5.0.7
Bump django from 5.0.6 to 5.0.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 0be7bbd0..40bb0d26 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.6"
+django = "5.0.7"
django-distill = "3.2.4"
django-environ = "0.11.2"
django-filter = "24.2"