build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidy

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-25 22:39:11 +00:00 committed by GitHub
parent 0539043e35
commit d6a2c0676f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ install_requires = [
"toml==0.9.2",
"colorama==0.3.7",
"voluptuous==0.11.5",
"PyYAML==5.1",
"PyYAML==5.4",
]
here = os.path.dirname(os.path.abspath(__file__))