mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Update typing-extensions to 4.5.0 (#88236)
This commit is contained in:
parent
dab8557951
commit
580869a9a6
@ -43,7 +43,7 @@ pyyaml==6.0
|
||||
requests==2.28.1
|
||||
scapy==2.5.0
|
||||
sqlalchemy==2.0.3
|
||||
typing-extensions>=4.4.0,<5.0
|
||||
typing-extensions>=4.5.0,<5.0
|
||||
voluptuous-serialize==2.6.0
|
||||
voluptuous==0.13.1
|
||||
yarl==1.8.1
|
||||
|
@ -49,7 +49,7 @@ dependencies = [
|
||||
"python-slugify==4.0.1",
|
||||
"pyyaml==6.0",
|
||||
"requests==2.28.1",
|
||||
"typing-extensions>=4.4.0,<5.0",
|
||||
"typing-extensions>=4.5.0,<5.0",
|
||||
"voluptuous==0.13.1",
|
||||
"voluptuous-serialize==2.6.0",
|
||||
"yarl==1.8.1",
|
||||
|
@ -23,7 +23,7 @@ pip>=21.0,<23.1
|
||||
python-slugify==4.0.1
|
||||
pyyaml==6.0
|
||||
requests==2.28.1
|
||||
typing-extensions>=4.4.0,<5.0
|
||||
typing-extensions>=4.5.0,<5.0
|
||||
voluptuous==0.13.1
|
||||
voluptuous-serialize==2.6.0
|
||||
yarl==1.8.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user