Skip to content

Commit a0dd4fe

Browse files
chore(deps): update pyyaml requirement from >=6.0 to >=6.0.3 in /tools (#86)
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 502ad76 commit a0dd4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# UModel 开发依赖
22
# 运行 schema 展开、代码生成、验证器所需
33

4-
PyYAML>=6.0
4+
PyYAML>=6.0.3
55

66
# 可选:测试
77
# pytest>=7.0

0 commit comments

Comments
 (0)