From 3f97b70e72b84fc60fd189caf38291307decc8dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:15:47 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 7.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47ce28f..0c829f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [dependency-groups] dev = [ "black==25.9.0", - "isort==5.13.2", + "isort==7.0.0", "poethepoet>=0.33.1", ]