mirror of
https://github.com/home-assistant/core.git
synced 2025-08-24 15:01:36 +02:00
Update PyYAML to 6.0.1 (#96800)
This commit is contained in:
committed by
Franck Nijhof
parent
4501bdb5bf
commit
72073b28cc
@@ -42,7 +42,7 @@ pyserial==3.5
|
||||
python-slugify==4.0.1
|
||||
PyTurboJPEG==1.6.7
|
||||
pyudev==0.23.2
|
||||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
scapy==2.5.0
|
||||
SQLAlchemy==2.0.15
|
||||
|
@@ -48,7 +48,7 @@ dependencies = [
|
||||
"orjson==3.9.1",
|
||||
"pip>=21.3.1,<23.2",
|
||||
"python-slugify==4.0.1",
|
||||
"PyYAML==6.0",
|
||||
"PyYAML==6.0.1",
|
||||
"requests==2.31.0",
|
||||
"typing_extensions>=4.6.3,<5.0",
|
||||
"ulid-transform==0.7.2",
|
||||
|
@@ -21,7 +21,7 @@ pyOpenSSL==23.2.0
|
||||
orjson==3.9.1
|
||||
pip>=21.3.1,<23.2
|
||||
python-slugify==4.0.1
|
||||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
typing_extensions>=4.6.3,<5.0
|
||||
ulid-transform==0.7.2
|
||||
|
Reference in New Issue
Block a user