From 14f75bc6f9c8c3a8a164a4379bd76b086920cb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:37:41 +0000 Subject: [PATCH] deps: update isort requirement from <6.0,>=5.13 to >=5.13,<7.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/5.13.0...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 adb4058..2046fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pytest-asyncio>=0.23,<0.24", "httpx>=0.27,<0.28", "black>=24.4,<25.0", - "isort>=5.13,<6.0", + "isort>=5.13,<7.0", "coverage[toml]>=7.5,<8.0", ]