From b035bbf48f4ed0dec57b7c0e698e3ff4a2515c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:04:39 +0000 Subject: [PATCH] build(deps): bump isort from 5.13.2 to 7.0.0 in /book/src Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 7.0.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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.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 205fb395..ef04997a 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.141.0 -isort==5.13.2 +isort==7.0.0 MutPy==0.6.1 mypy==1.18.2 mypy-extensions==1.1.0