From 4f90187c1833fbe09d2f4a86097771dd23721573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:41:16 +0000 Subject: [PATCH] build(deps-dev): update isort requirement from ^8.0.0 to >=8,<10 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/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.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 6c68308..a714cfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ruff = "^0.15.0" pytest = "^9.0.0" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0" -isort = "^8.0.0" +isort = ">=8,<10" taskipy = "^1.12.2" mypy = ">=1.10,<3.0" boto3 = "^1.42.88"