Skip to content

Commit

Permalink
Update isort requirement from <6.0.0,>=5.0.6 to >=5.0.6,<7.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.0.6...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b7d4dba commit c316bbb
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 @@ -48,7 +48,7 @@ dev = [
"mypy ==1.14.1",
"flake8 >=3.8.3,<4.0.0",
"black ==24.8.0",
"isort >=5.0.6,<6.0.0",
"isort >=5.0.6,<7.0.0",
]

[tool.hatch.version]
Expand Down

0 comments on commit c316bbb

Please sign in to comment.