From ef75556599e455d205419fff4e89170aef669c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:10:10 +0000 Subject: [PATCH] Update isort requirement in /tools in the python-packages group Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. Updates `isort` to 8.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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:production dependency-group: python-packages ... 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 fe8f9ef1ecf..f9fc34cb75c 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,6 +3,6 @@ MarkupSafe==3.0.3 requests~=2.32.5 mypy~=1.19 black~=26.1.0 -isort~=7.0.0 +isort~=8.0.0 flake8~=7.3.0 types-requests~=2.32.4