From cbe28799c336814f7d7702a2641b8fa72250932e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:13:30 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-isort from 4.2.0 to 6.0.0 Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 4.2.0 to 6.0.0. - [Release notes](https://github.com/gforcada/flake8-isort/releases) - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/4.2.0...6.0.0) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41ad1328..3d36e2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ coverage = "7.2.7" flake8 = "5.0.4" # last version supporting Python 3.7 flake8-annotations = "2.9.1" # last version supporting Python 3.7 flake8-bugbear = "22.12.6" # last version supporting Python 3.7 -flake8-isort = "4.2.0" +flake8-isort = "6.0.0" isort = "5.11.5" # last version supporting Python 3.7 jsonschema = "4.17.3" mypy = "1.4.1"