Skip to content

Commit 20f4298

Browse files
Update isort requirement from <5.14,>=5.12 to >=5.12,<6.1 (#982)
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...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c36cb17 commit 20f4298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python"
1313
dependencies = [
1414
"boltons>=21.0,<24.2",
1515
"GitPython<4",
16-
"isort>=5.12,<5.14",
16+
"isort>=5.12,<6.1",
1717
"libcst>=1.6,<1.7",
1818
"packaging>=23.2,<25.0",
1919
"pydantic~=2.10.1",

0 commit comments

Comments
 (0)