From 35b4426af7cd8533c05bcb9b76c33c92c47ab4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:05:55 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 6.0.1 to 6.1.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 6.1.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/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 64de1a9dcb..aa296c98f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ black==25.1.0; python_version > "3.8" black; python_version <= "3.8" build isort; python_version < "3.8" -isort==6.0.1; python_version >= "3.8" +isort==6.1.0; python_version >= "3.8" pre-commit; python_version <= "3.8" pre-commit==4.3.0; python_version > "3.8" codespell==v2.4.1