Skip to content

Commit

Permalink
Update requests to 2.29.0 (#92231)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 29, 2023
1 parent 1f2da12 commit bff7119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bff7119

Please sign in to comment.