diff options
author | 2025-02-23 10:39:37 +0100 | |
---|---|---|
committer | 2025-02-23 10:39:37 +0100 | |
commit | 018afaf3c9025eed25b4eeab00f6fc4f8ee25a59 (patch) | |
tree | a0b768ad14571f25d4bdbe17d79dba1213cec649 /pyproject.toml | |
parent | Merge pull request #1473 from python-discord/dependabot/pip/cryptography-44.0.1 (diff) | |
parent | Bump django from 5.1.5 to 5.1.6 (diff) |
Merge pull request #1474 from python-discord/dependabot/pip/django-5.1.6
Bump django from 5.1.5 to 5.1.6
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 dbc4cb10..f472f040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.5" +django = "5.1.6" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "24.3" |