From ff8b7a5fb4d15dc142a1108a49c69f7de8cdf97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:01:30 +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] --- packages/serialization/form/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index 3ed775d..74aa460 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" -isort = ">=5.13.2,<7.0.0" +isort = ">=5.13.2,<9.0.0" pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2"