Skip to content

Commit

Permalink
Update isort requirement from <5.13,>=5.12 to >=5.12,<5.14
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.12.0...5.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent 551a9ce commit d4a5a5e
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 @@ -32,7 +32,7 @@ dev = [
"ruff",
"mypy>=1.0,<1.5",
"black>=23.0,<24.0",
"isort>=5.12,<5.13",
"isort>=5.12,<5.14",
"pytest",
"pytest-sphinx",
"pytest-cov",
Expand Down

0 comments on commit d4a5a5e

Please sign in to comment.