From c06f58fcc1ebbb7a5959cda55bf32f9f9fc5eb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:32:05 +0530 Subject: [PATCH] security(deps-dev): update isort requirement from >=5.10.0 to >=6.1.0 (#668) Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [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.10.0...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02602008..0b8065c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,7 @@ dev = [ "pytest-cov>=7.1.0", "pytest-asyncio>=0.19.0", "black>=22.6.0", - "isort>=5.10.0", + "isort>=6.1.0", "flake8>=4.0.0", "mypy>=0.971", "pre-commit>=2.19.0",