From 98ad3a63ca7a50c28b1e0b1e8aa1609674407f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:40:09 +0000 Subject: [PATCH] build(deps): bump isort from 5.13.2 to 6.1.0 in /book/src Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 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/5.13.2...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 88a6acbc..abba0b7b 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -2,7 +2,7 @@ black==24.10.0 coverage==7.10.6 flake8==7.1.2 hypothesis==6.140.2 -isort==5.13.2 +isort==6.1.0 MutPy==0.6.1 mypy==1.18.2 mypy-extensions==1.1.0