diff options
author | 2025-04-02 20:42:25 +0000 | |
---|---|---|
committer | 2025-04-02 20:42:25 +0000 | |
commit | bccdcfa539276cc60edd9941084b21ef93305872 (patch) | |
tree | 2fcd87635f9597f6b902eec3b2f3482f70c7fcf7 /pyproject.toml | |
parent | Merge pull request #1496 from python-discord/dependabot/pip/python-dotenv-1.1.0 (diff) |
Bump django from 5.1.7 to 5.1.8
Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.8.
- [Commits](https://github.com/django/django/compare/5.1.7...5.1.8)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
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 29b0dd6e..3b6ae1cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.7" +django = "5.1.8" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "25.1" |