From 4da4a231b2a108fe2b3ab292a550255dd8f9b3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:15:22 +0000 Subject: [PATCH] build(deps-dev): update isort requirement from ^7.0.0 to ^8.0.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/7.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 3e1882a..3226503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ruff = "^0.15.0" pytest = "^9.0.0" pytest-mock = "^3.14.0" pytest-cov = "^7.0.0" -isort = "^7.0.0" +isort = "^8.0.0" taskipy = "^1.12.2" mypy = "^1.10.0" boto3 = "^1.34.102"