Update flake8-isort requirement from <5.0.0,>=4.2.0 to >=4.2.0,<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/4.2.0...5.0.3)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-23 20:02:13 +00:00
committed by GitHub
parent d9c3280748
commit ca691478b8

View File

@@ -61,7 +61,7 @@ check = [
"flake8<6", "flake8<6",
"flake8-black", "flake8-black",
"flake8-colors", "flake8-colors",
"flake8-isort>=4.2.0,<5.0.0", "flake8-isort>=4.2.0,<6.0.0",
"flake8-pyi", "flake8-pyi",
"flake8-typing-imports", "flake8-typing-imports",
"docutils", "docutils",