mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fixed pyyaml requirement from 5.2.0 to 5.2 (#30808)
This commit is contained in:
committed by
Alexei Chetroi
parent
01520a32d3
commit
1566d963a8
@@ -18,7 +18,7 @@ netdisco==2.6.0
|
||||
pip>=8.0.3
|
||||
python-slugify==4.0.0
|
||||
pytz>=2019.03
|
||||
pyyaml==5.2.0
|
||||
pyyaml==5.2
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.100
|
||||
sqlalchemy==1.3.12
|
||||
|
@@ -12,7 +12,7 @@ cryptography==2.8
|
||||
pip>=8.0.3
|
||||
python-slugify==4.0.0
|
||||
pytz>=2019.03
|
||||
pyyaml==5.2.0
|
||||
pyyaml==5.2
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.100
|
||||
voluptuous==0.11.7
|
||||
|
Reference in New Issue
Block a user