1
0
mirror of https://github.com/home-assistant/core synced 2024-07-08 20:17:01 +00:00

Update requests to 2.29.0 (#92231)

This commit is contained in:
Franck Nijhof 2023-04-29 23:44:20 +02:00 committed by GitHub
parent 1f2da1217b
commit bff7119230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ pyserial==3.5
python-slugify==4.0.1
pyudev==0.23.2
pyyaml==6.0
requests==2.28.2
requests==2.29.0
scapy==2.5.0
sqlalchemy==2.0.11
typing-extensions>=4.5.0,<5.0

View File

@ -48,7 +48,7 @@ dependencies = [
"pip>=21.0,<23.2",
"python-slugify==4.0.1",
"pyyaml==6.0",
"requests==2.28.2",
"requests==2.29.0",
"typing-extensions>=4.5.0,<5.0",
"ulid-transform==0.7.0",
"voluptuous==0.13.1",

View File

@ -22,7 +22,7 @@ orjson==3.8.10
pip>=21.0,<23.2
python-slugify==4.0.1
pyyaml==6.0
requests==2.28.2
requests==2.29.0
typing-extensions>=4.5.0,<5.0
ulid-transform==0.7.0
voluptuous==0.13.1

View File

@ -47,5 +47,5 @@ types-python-dateutil==2.8.19.5
types-python-slugify==0.1.2
types-pytz==2022.7.0.0
types-PyYAML==6.0.12.2
types-requests==2.28.11.6
types-requests==2.29.0.0
types-toml==0.10.8.1