Skip to content

Commit ce5ecb2

Browse files
chore(deps): update isort requirement from <7,>=5.12.0 to >=5.12.0,<8
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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5095a7b commit ce5ecb2

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
@@ -25,7 +25,7 @@ dependencies = [
2525
dev = [
2626
"pytest>=7.4.2,<9",
2727
"pytest-asyncio>=0.26.0,<2",
28-
"isort>=5.12.0,<7",
28+
"isort>=5.12.0,<8",
2929
"flake8>=6.1.0,<8",
3030
"mypy>=1.5.1,<2",
3131
"pytest-cov>=4.1.0,<8",

0 commit comments

Comments
 (0)