From 9b9f727dbe90e82056cec25f66b732bea594e16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:13:59 +0000 Subject: [PATCH] chore(deps-dev): update yapf requirement in /packages/serialization/form Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version. - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/yapf/compare/v0.40.2...v0.43.0) --- updated-dependencies: - dependency-name: yapf 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 03a648ed..db5b79d9 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -29,7 +29,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} pendulum = ">=3.0.0b1" [tool.poetry.group.dev.dependencies] -yapf = "^0.40.2" +yapf = ">=0.40.2,<0.44.0" isort = "^5.13.2" pylint = "^3.2.7" mypy = "^1.11.2"