From 397d357b44516832557fc15e8b2e3bb1c517b3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:04:00 +0000 Subject: [PATCH] Bump isort from 4.3.21 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 4.3.21 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/4.3.21...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca29f71..e3ab36f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ yacs gdown flake8 yapf -isort==4.3.21 +isort==7.0.0 imageio # Export --------------------------------------