From 5f0b8b621aaa89c6b778244a7d9043b1be89dcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 09:37:46 +0000 Subject: [PATCH] Bump isort from 6.0.1 to 6.1.0 in the minor group across 1 directory Bumps the minor group with 1 update in the / directory: [isort](https://github.com/PyCQA/isort). Updates `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:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe042dc..f5c43210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev-flake8 = [ "pydoclint == 0.7.3", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.9.0", "isort == 6.0.1"] +dev-formatting = ["black == 25.9.0", "isort == 6.1.0"] dev-mkdocs = [ "mike == 1.1.2", "mkdocs-gen-files == 0.5.0",