* Migrated to PyYAML 5.1

* More intelligent fixing of yaml safe_load

Based on https://circleci.com/gh/home-assistant/home-assistant/34831?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
This commit is contained in:
BackSlasher 2019-06-15 01:30:47 +03:00 committed by Paulus Schoutsen
parent 970b00b8d6
commit 50d282ff37
6 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ REQUIRES = [
'pip>=8.0.3',
'python-slugify==3.0.2',
'pytz>=2019.01',
'pyyaml>=3.13,<4',
'pyyaml==5.1',
'requests==2.22.0',
'ruamel.yaml==0.15.97',
'voluptuous==0.11.5',