aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-08 15:32:58 +0000
committerGravatar GitHub <[email protected]>2025-05-08 15:32:58 +0000
commitb955629c3788b1f837a3a1b0ad9e6c4a4a8c0c9e (patch)
tree28594c7020ea5ea70146a988995c23082834bcc1 /pyproject.toml
parentMerge pull request #1508 from python-discord/dependabot/pip/markdown-3.8 (diff)
Bump django from 5.1.8 to 5.1.9
Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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"