From 18e5084ac4129ff507b25ece2393aea4e276dc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 20:26:38 +0000 Subject: 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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" -- cgit v1.2.3