From da04b0fd585e7430fa5dee8cccdf5cb88d64fd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 17:17:24 +0000 Subject: [PATCH] Update flake8-isort requirement from ^5.0.3 to ^6.0.0 Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version. - [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/5.0.3...6.0.0) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e174a04..a6cd9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ flake8 = "^6.0.0" flake8-bandit = "^4.1.1" flake8-bugbear = "^23.3.12" flake8-docstrings = "^1.6.0" -flake8-isort = "^5.0.3" +flake8-isort = "^6.0.0" isort = "^5.10.1" mypy = "^1.1" pytest = "^7.2.0"