From 5ec6fd8dc3a7ca2f219bfe196c2df35711ae935c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 04:03:34 +0000 Subject: [PATCH] [dependency]: Bump isort from 6.0.1 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.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/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 1cf2a7b..1f5fc0c 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,3 +1,3 @@ -isort==6.0.1 +isort==7.0.0 pycodestyle==2.14.0 pylint==3.3.8