Skip to content

Commit cd96196

Browse files
Update isort requirement from <5.14,>=5.12 to >=5.12,<6.2
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.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76b51d4 commit cd96196

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
@@ -34,7 +34,7 @@ dev = [
3434
"ruff",
3535
"mypy>=1.0,<2.0",
3636
"black>=23.0,<25.0",
37-
"isort>=5.12,<5.14",
37+
"isort>=5.12,<6.2",
3838
"pytest",
3939
"pytest-sphinx",
4040
"pytest-cov",

0 commit comments

Comments
 (0)