Skip to content

Commit 8d03c16

Browse files
Update isort requirement from ^5.10.1 to ^6.0.0 (#39)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c1d421 commit 8d03c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tenacity = ">=8.1,<10.0"
2020

2121
[tool.poetry.dev-dependencies]
2222
black = "^25.1"
23-
isort = "^5.10.1"
23+
isort = "^6.0.0"
2424
pylint = "^3.2"
2525
pytest = "^8.2"
2626
pre-commit = "^4.0.1"

0 commit comments

Comments
 (0)