Skip to content

Commit 9b9f727

Browse files
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](google/yapf@v0.40.2...v0.43.0) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24ea237 commit 9b9f727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serialization/form/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}
2929
pendulum = ">=3.0.0b1"
3030

3131
[tool.poetry.group.dev.dependencies]
32-
yapf = "^0.40.2"
32+
yapf = ">=0.40.2,<0.44.0"
3333
isort = "^5.13.2"
3434
pylint = "^3.2.7"
3535
mypy = "^1.11.2"

0 commit comments

Comments
 (0)