diff options
author | 2023-11-02 05:47:03 +0000 | |
---|---|---|
committer | 2023-11-02 05:47:03 +0000 | |
commit | 188b49094bc62737311dd8014c20c847be73d3cc (patch) | |
tree | 2bcc28073f6d88a312d9096b5b0eb224a4fc8d02 /pyproject.toml | |
parent | Merge pull request #1133 from python-discord/dependabot/pip/markdown-3.5.1 (diff) |
Bump django from 4.2.6 to 4.2.7
Bumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.6...4.2.7)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 d2391985..63d867db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.6" +django = "4.2.7" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "23.3" |