From aa45c469030e780919964185fa61e1934fcc1fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:04:09 +0000 Subject: [PATCH] build(deps): bump isort from 8.0.1 to 9.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 8.0.1 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.1...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fad92d230..bc769bb31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ docutils==0.22.4 pygments==2.20.0 urllib3==2.7.0 pytest==9.1.1 -isort==8.0.1 +isort==9.0.1 black==26.5.1 flake8==7.3.0 mypy==2.3.0