diff options
author | 2023-10-05 05:55:35 +0000 | |
---|---|---|
committer | 2023-10-05 05:55:35 +0000 | |
commit | 60df9baa0b85478be7654f407cffaa245cda0681 (patch) | |
tree | 9002cb195ecb806c8ce407663420f4c4db80b234 /pyproject.toml | |
parent | Merge pull request #1118 from python-discord/dependabot/pip/coverage-7.3.2 (diff) |
Bump django from 4.2.5 to 4.2.6
Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.6.
- [Commits](https://github.com/django/django/compare/4.2.5...4.2.6)
---
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 7fd6dfd7..2204cf68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.5" +django = "4.2.6" django-distill = "3.1.3" django-environ = "0.11.2" django-filter = "23.3" |