From b6689e70ccaa12f5b85ebae9d8807a379af095af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:55:52 +0000 Subject: [PATCH] chore(deps-dev): update isort requirement from ^5.0.0 to >=5,<9 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.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.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 498f4ac..7ba999a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ pytest = "^9.0.0" pytest-cov = "^7.0.0" pytest-asyncio = "^1.3.0" black = ">=24,<27" -isort = "^5.0.0" +isort = ">=5,<9" ruff = "^0.14.0" mypy = "^1.5.0" types-python-dateutil = "^2.8.0"