From 5b796d162f859c742af11ccf84d7367c8cda4b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:01:12 +0000 Subject: [PATCH] Bump isort from 6.0.1 to 7.0.0 in /tools 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] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 5c2a4e73..a1144db5 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -6,7 +6,7 @@ coverage==7.10.6 entrypoints==0.4 flake8==7.3.0 httpretty==1.0.5 -isort==6.0.1 +isort==7.0.0 mccabe==0.7.0 mock==5.2.0 more-itertools==10.7.0