Skip to content

Commit

Permalink
chore(deps-dev): update flake8-isort requirement from 4.2.0 to 6.0.0 (#…
Browse files Browse the repository at this point in the history
…40)

Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version.
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
- [Commits](gforcada/flake8-isort@4.2.0...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent f2bc2ad commit 8d3019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
mypy = "1.4.1"
tox = "3.28.0"
Expand Down

0 comments on commit 8d3019e

Please sign in to comment.