From 3cc19f7ce390705020c7ee79d1e5e231ea16ae35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:33:28 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cfc8ed5d..702aa206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ black==25.9.0 flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.5.0 -isort==6.0.1 +isort==7.0.0 pylint==3.3.8 mypy==1.19.0 bandit==1.8.6