From 8f397f608a1abf14516a00a382f6befdd2177ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 20:35:20 +0000 Subject: [PATCH] Bump https://github.com/timothycrosley/isort from 6.0.0 to 8.0.1 Bumps [https://github.com/timothycrosley/isort](https://github.com/timothycrosley/isort) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/timothycrosley/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/timothycrosley/isort/compare/6.0.0...8.0.1) --- updated-dependencies: - dependency-name: https://github.com/timothycrosley/isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 33f557d96..8f508f5da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black - repo: https://github.com/timothycrosley/isort - rev: 6.0.0 + rev: 8.0.1 hooks: - id: isort args: ["--profile", "black"]