update pyyaml dependency to 5.4

This commit is contained in:
shawalli 2021-01-21 12:02:01 -05:00 committed by GitHub
parent ebd83171df
commit 9dd136d03d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ install_requires =
cfgv>=2.0.0
identify>=1.0.0
nodeenv>=0.11.1
pyyaml>=5.1
pyyaml>=5.4
toml
virtualenv>=20.0.8
importlib-metadata;python_version<"3.8"