Skip to content

Commit 8daa87f

Browse files
Update pyyaml requirement from >=6.0.2 to >=6.0.3 (#985)
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:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam <sam@diagrid.io>
1 parent a3e9bfa commit 8daa87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ python-dotenv>=1.0.0
1919
# needed for enhanced schema generation from function features
2020
pydantic>=2.0.0
2121
# needed for yaml file generation in examples
22-
PyYAML>=6.0.2
22+
PyYAML>=6.0.3

0 commit comments

Comments
 (0)