Skip to content

Commit 522e94a

Browse files
chore(deps)(deps): update pyyaml requirement from >=6.0.2 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.2...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 ad9a065 commit 522e94a

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
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"packaging>=26.0",
29-
"PyYAML>=6.0.2",
29+
"PyYAML>=6.0.3",
3030
]
3131

3232
[project.optional-dependencies]

0 commit comments

Comments
 (0)