Pin to latest version of PyYAML

Fixes https://github.com/yaml/pyyaml/issues/478
This commit is contained in:
Shane McDonald
2021-01-26 13:47:44 -05:00
parent a435843f23
commit fd0c4ec869
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ pygerduty
pyparsing
python3-saml
python-ldap>=3.3.1 # https://github.com/python-ldap/python-ldap/issues/270
pyyaml>=5.3.1 # minimum version to pull in new pyyaml for CVE-2017-18342
pyyaml>=5.4.1 # minimum to fix https://github.com/yaml/pyyaml/issues/478
schedule==0.6.0
social-auth-core==3.3.1 # see UPGRADE BLOCKERs
social-auth-app-django==3.1.0 # see UPGRADE BLOCKERs