aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-09 20:26:38 +0000
committerGravatar GitHub <[email protected]>2022-12-09 20:26:38 +0000
commit18e5084ac4129ff507b25ece2393aea4e276dc12 (patch)
treedc84fa5ecb476d9050d1be1111cd9cd2a22212d8 /pyproject.toml
parentMerge 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.toml2
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"