diff options
author | 2023-02-19 15:04:11 +0000 | |
---|---|---|
committer | 2023-02-19 15:04:11 +0000 | |
commit | 87c13ea658747e9651fce3a31c2830e8c6fdba2a (patch) | |
tree | 6edbe0837028a8b2f3f93883585b5328db4f288f /pyproject.toml | |
parent | Merge pull request #877 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) |
Bump django from 4.1.6 to 4.1.7
Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.6...4.1.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 7c9511d5..b4d9deda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.6" +django = "4.1.7" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |