From 5924c91b52da412560ddb8e4156f4002e6fad0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:00:15 +0000 Subject: [PATCH] chore(deps-dev): update yapf requirement in /packages/serialization/text 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/text/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index e498df1..e19292f 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -29,7 +29,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} python-dateutil = "2.9.0.post0" [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"