From 6297b5cecd7d2d32516861e781b832dc8f19fdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:13:18 +0000 Subject: [PATCH] CI: (deps): Bump isort from 8.0.0 to 9.0.1 in /ci-dev Bumps [isort](https://github.com/PyCQA/isort) from 8.0.0 to 9.0.1. - [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/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci-dev/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-dev/linting_requirements.txt b/ci-dev/linting_requirements.txt index efe7cbbe4f..036564b469 100644 --- a/ci-dev/linting_requirements.txt +++ b/ci-dev/linting_requirements.txt @@ -6,7 +6,7 @@ pyflakes==3.4.0 flake8-broken-line==1.0.0 flake8-isort==7.0.0 -isort==8.0.0 +isort==9.0.1 flake8-requirements==2.3.0 flake8-rst-docstrings==0.4.0