Skip to content

Commit

Permalink
Update flake8-isort requirement from <6.1,>=4.0 to >=4.0,<6.2 in /req…
Browse files Browse the repository at this point in the history
…uirements (#249)

Update flake8-isort requirement in /requirements

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/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@4.0.0...6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 463fb6c commit ccb4c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
black
flake8>=3.8,<6.2
flake8-builtins>=1.5,<2.2
flake8-isort>=4.0,<6.1
flake8-isort>=4.0,<6.2
flake8-print>=5,<5.1
pre-commit>=2.10,<3.4

Expand Down

0 comments on commit ccb4c3f

Please sign in to comment.