Bump pyyaml from 5.2 to 5.4

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 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.2...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-25 23:13:58 +00:00 committed by GitHub
parent 16e84740b5
commit d03a6b4050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Jinja2==2.10.3
PyYAML==5.2
PyYAML==5.4
termcolor==1.1.0

View File

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
requires = [
'Jinja2==2.10.3',
'PyYAML==5.2',
'PyYAML==5.4',
'termcolor==1.1.0',
]