Pyyaml5.1 (#24529)
* 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:
parent
970b00b8d6
commit
50d282ff37
6 changed files with 6 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue