mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update requests to 2.27.1 (#63552)
This commit is contained in:
parent
120c199ddf
commit
469b6a0eb1
@ -26,7 +26,7 @@ pyserial==3.5
|
|||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyudev==0.22.0
|
pyudev==0.22.0
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.26.0
|
requests==2.27.1
|
||||||
scapy==2.4.5
|
scapy==2.4.5
|
||||||
sqlalchemy==1.4.27
|
sqlalchemy==1.4.27
|
||||||
typing-extensions>=3.10.0.2,<5.0
|
typing-extensions>=3.10.0.2,<5.0
|
||||||
|
@ -19,7 +19,7 @@ cryptography==35.0.0
|
|||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.26.0
|
requests==2.27.1
|
||||||
typing-extensions>=3.10.0.2,<5.0
|
typing-extensions>=3.10.0.2,<5.0
|
||||||
voluptuous==0.12.2
|
voluptuous==0.12.2
|
||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
|
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ REQUIRES = [
|
|||||||
"pip>=8.0.3,<20.3",
|
"pip>=8.0.3,<20.3",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
"requests==2.26.0",
|
"requests==2.27.1",
|
||||||
"typing-extensions>=3.10.0.2,<5.0",
|
"typing-extensions>=3.10.0.2,<5.0",
|
||||||
"voluptuous==0.12.2",
|
"voluptuous==0.12.2",
|
||||||
"voluptuous-serialize==2.5.0",
|
"voluptuous-serialize==2.5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user