Skip to content

Commit

Permalink
Update flake8-isort requirement from <=6.1.1,>=5.0.0 to >=5.0.0,<=6.1.2
Browse files Browse the repository at this point in the history
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@5.0.0...6.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 29eb583 commit eba55a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ black == 25.1.0
flake8 >= 5.0.0, <= 7.1.1
flake8-docstrings >= 1.0.0, <= 1.7.0
flake8-eradicate >= 1.0.0, <= 1.5.0
flake8-isort >=5.0.0, <= 6.1.1
flake8-isort >= 5.0.0, <= 6.1.2
pre-commit <= 4.1.0

# testing and benchmarking
Expand Down

0 comments on commit eba55a4

Please sign in to comment.