diff options
author | 2022-12-09 20:26:38 +0000 | |
---|---|---|
committer | 2022-12-09 20:26:38 +0000 | |
commit | 18e5084ac4129ff507b25ece2393aea4e276dc12 (patch) | |
tree | dc84fa5ecb476d9050d1be1111cd9cd2a22212d8 /pyproject.toml | |
parent | Merge pull request #812 from python-discord/dependabot/pip/django-4.1.4 (diff) |
Bump flake8-import-order from 0.18.1 to 0.18.2
Bumps [flake8-import-order](https://github.com/PyCQA/flake8-import-order) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/PyCQA/flake8-import-order/releases)
- [Changelog](https://github.com/PyCQA/flake8-import-order/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/flake8-import-order/compare/0.18.1...0.18.2)
---
updated-dependencies:
- dependency-name: flake8-import-order
dependency-type: direct:development
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 0e7ee4f2..9bac0c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" flake8-bugbear = "22.10.27" flake8-docstrings = "1.6.0" -flake8-import-order = "0.18.1" +flake8-import-order = "0.18.2" flake8-tidy-imports = "4.8.0" flake8-string-format = "0.3.0" flake8-todo = "0.7" |