From 56c2c5497742c711f4a011a53cef01ccd43ded5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 02:02:23 +0000 Subject: [PATCH] chore(deps-dev): Update isort requirement from 6.0.1 to 6.1.0 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/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fabdfc74..0433ea67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" pep8-naming = "0.15.1" flake8-logging = "1.8.0" -isort = "6.0.1" +isort = "6.1.0" autopep8 = "2.3.2" mypy = "1.18.2" bandit = "1.8.6"