aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-14 22:19:00 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-01 11:31:08 +0100
commit7831a6b59516ed96d086917cbfdf55e7d0b56ddb (patch)
tree218fab70fdbc6bb0d71b32b1b221a38aac73c0ce /pyproject.toml
parentRemove 2024 code jam notification (diff)
Bump django from 5.1.3 to 5.1.5
Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.5)
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 84abc1ae..b3bb86e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.1.3"
+django = "5.1.5"
django-distill = "3.2.7"
django-environ = "0.11.2"
django-filter = "24.3"