From ccd57bdd1dd8269d5a17da39340529adf6172573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 10:15:54 +0000 Subject: [PATCH 1/2] Bump isort from 7.0.0 to 8.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_test_pre_commit.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8dfa634..2305be9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" dependencies = [ "aiofiles==25.1.0", "autoflake==2.3.3", - "isort==7.0.0", + "isort==8.0.0", "pyupgrade==3.21.2", "reorder-python-imports==3.16.0", ] diff --git a/requirements.txt b/requirements.txt index 796759a..2729ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 autoflake==2.3.3 -isort==7.0.0 +isort==8.0.0 pyupgrade==3.21.2 reorder-python-imports==3.16.0 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 9b21a13..8c9775e 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ flake8==7.3.0 -isort==7.0.0 +isort==8.0.0 mccabe==0.7.0 pycodestyle==2.14.0 pyflakes==3.4.0 From ff8d3371b1c9a942d0b4a71788eb442b9d94d1e9 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:17:36 +0100 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02f6e36..6ea3428 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: files: ^(python_typing_update|script|tests)/.+\.py$ exclude: *fixtures - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort exclude: *fixtures