Skip to content

Commit 7eb09ae

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-version: 0.43.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0a306b commit 7eb09ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/serialization/form/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../../abstractions
22
-e .
3-
yapf>=0.40.2,<0.44.0
3+
yapf>=0.43.0,<0.44.0
44
isort>=5.13.2,<9.0.0
55
pylint>=3.2.7,<5.0.0
66
mypy>=2.1.0,<3.0.0

0 commit comments

Comments
 (0)