Skip to content

Commit

Permalink
pip(deps-dev): update isort requirement from ^5.10.1 to ^6.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.10.1...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent aff4a26 commit 7023693
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 @@ -45,7 +45,7 @@ pytest-mock = "*"
pytest-dependency = "*"
pytest-cov = "*"
pre-commit = "^4.0.1"
isort = "^5.10.1"
isort = "^6.0.0"
Sphinx = "*"
sphinx-rtd-theme = "*"

Expand Down

0 comments on commit 7023693

Please sign in to comment.