From 7d1278dac4a251b0d157db9210ffde0313ef4710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:02:56 +0000 Subject: [PATCH 1/2] Bump isort from 8.0.0 to 8.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 8.0.0 to 8.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...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2305be9..9b0b665 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==8.0.0", + "isort==8.0.1", "pyupgrade==3.21.2", "reorder-python-imports==3.16.0", ] diff --git a/requirements.txt b/requirements.txt index 2729ccb..9ea0909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==25.1.0 autoflake==2.3.3 -isort==8.0.0 +isort==8.0.1 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 8c9775e..17902b1 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ flake8==7.3.0 -isort==8.0.0 +isort==8.0.1 mccabe==0.7.0 pycodestyle==2.14.0 pyflakes==3.4.0 From 308a5f0e48b0df9e74386daa8c2011ccfb6631d7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:37:44 +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 1a1ad48..a095f25 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: 8.0.0 + rev: 8.0.1 hooks: - id: isort exclude: *fixtures