diff options
author | 2024-08-30 18:40:15 +0200 | |
---|---|---|
committer | 2024-08-30 18:40:15 +0200 | |
commit | 9c4b6cf9b52c6259ebdfcf00bfe0aa4c8129718d (patch) | |
tree | 982939ab98cf941fe2fae4ec19434b2e7ad520b0 /pyproject.toml | |
parent | Merge pull request #1418 from python-discord/dependabot/pip/sentry-sdk-2.13.0 (diff) | |
parent | Rename `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.toml | 2 |
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" |