Skip to content

Commit

Permalink
fix(deps): update pyyaml requirement from 5.4.1 to 6.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2022
1 parent b8f0328 commit b8ec6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mock = "4.0.3"
hypothesis = "6.54.1"
hypothesis_jsonschema = "0.22.0"
jsonschema2md = "0.4.0"
PyYAML = "5.4.1"
PyYAML = "6.0"
pre-commit = "2.20.0"
# Please keep the following in-sync /w .pre-commit-config.yaml
flake8 = "5.0.3"
Expand Down

0 comments on commit b8ec6ff

Please sign in to comment.