Skip to content

Commit 7f47567

Browse files
fix(deps): update pyyaml requirement from 5.4.1 to 6.0
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/master/CHANGES) - [Commits](yaml/pyyaml@5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb56575 commit 7f47567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mock = "4.0.3"
99
hypothesis = "6.53.0"
1010
hypothesis_jsonschema = "0.22.0"
1111
jsonschema2md = "0.4.0"
12-
PyYAML = "5.4.1"
12+
PyYAML = "6.0"
1313
pre-commit = "2.20.0"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
1515
flake8 = "4.0.1"

0 commit comments

Comments
 (0)