Skip to content

Commit

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

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@6.1.0...6.1.1)

---
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 Nov 5, 2023
1 parent 41c3e4b commit fc74ddd
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 @@ -81,7 +81,7 @@ coverage = "7.3.2"
flake8 = { version="6.1.0", python=">=3.8.1" }
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
flake8-bugbear = { version="23.9.16", python=">=3.8.1" }
flake8-isort = "6.1.0 "
flake8-isort = "6.1.1"
flake8-quotes = "3.3.2"
flake8-use-fstring = "1.4"
pep8-naming = "0.13.3"
Expand Down

0 comments on commit fc74ddd

Please sign in to comment.