From 9d7bedf77f9c083f51b87f03d02956375fd045e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:33:27 +0000 Subject: [PATCH] chore(deps-dev): update isort requirement 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.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 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 df12d398..9b0165c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "pytest-mypy==0.10.3", "mypy==1.8.0", "pycodestyle>=2.12.1,<3", - "isort>=5.13.2,<6", + "isort>=5.13.2,<9", "types-PyYAML>=6.0", "types-mock>=5.0", "types-redis>=4.0",