Skip to content

Commit fd89c8d

Browse files
Bump isort[pyproject] from 5.12.0 to 6.0.0
Bumps [isort[pyproject]](https://github.com/pycqa/isort) from 5.12.0 to 6.0.0. - [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[pyproject] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c0fb20 commit fd89c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ astroid==3.1.0; python_version >= '3.8'
44
pylint==3.1.0; python_version >= '3.8'
55
bandit[toml]==1.7.8; python_version >= '3.7'
66
black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
7-
isort[pyproject]==5.12.0; python_version >= '3.8'
7+
isort[pyproject]==6.0.0; python_version >= '3.8'
88
pyupgrade==3.3.1
99
rstcheck==6.2.1; python_version >= '3.7'
1010
codespell==2.2.5

0 commit comments

Comments
 (0)