Skip to content

Commit d86384f

Browse files
build(deps): update pyyaml requirement from >=6.0 to >=6.0.3
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>
1 parent a8b5840 commit d86384f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
"Typing :: Typed",
3737
]
3838
dependencies = [
39-
"pyyaml>=6.0",
39+
"pyyaml>=6.0.3",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)