From fd89c8daff40654acb5658045c7862a0b4fd42b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:09:27 +0000 Subject: [PATCH] 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](https://github.com/pycqa/isort/compare/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] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 5110684050..6d982de48b 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,7 +4,7 @@ astroid==3.1.0; python_version >= '3.8' pylint==3.1.0; python_version >= '3.8' bandit[toml]==1.7.8; python_version >= '3.7' black==24.4.0; python_version >= '3.7' and implementation_name == "cpython" -isort[pyproject]==5.12.0; python_version >= '3.8' +isort[pyproject]==6.0.0; python_version >= '3.8' pyupgrade==3.3.1 rstcheck==6.2.1; python_version >= '3.7' codespell==2.2.5