From 887355c424f1d8891570bf1afb59a6d3cf926ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:40:18 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.12.0 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 5.12.0 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.12.0...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0bf5665..1b82f90 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ sphinx==8.0.0 black==25.11.0 flake8==7.3.0 -isort==5.12.0 +isort==7.0.0 mypy==1.8.0 pylint==3.2.6 setuptools==80.9.0