From 9a7b8e7a8d04f3e0c534550b3d63580e0fa645be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:31:19 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.12.0 to 6.1.0 Bumps [isort](https://github.com/PyCQA/isort) from 5.12.0 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.12.0...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.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 24cb9c0..e75d824 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ sphinx==8.0.0 black==25.9.0 flake8==7.3.0 -isort==5.12.0 +isort==6.1.0 mypy==1.8.0 pylint==3.2.6 setuptools==72.1.0