From 62e7e99d0876ad7791551655b42765e6183dc493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:09:14 +0000 Subject: [PATCH] Bump isort from 6.0.1 to 6.1.0 Bumps [isort](https://github.com/PyCQA/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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d14a9780..cd7d17c97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ docutils==0.21.2 pygments==2.19.2 urllib3==2.5.0 pytest==8.4.2 -isort==6.0.1 +isort==6.1.0 black==25.1.0 flake8==7.3.0 mypy==1.18.1