Skip to content

Commit

Permalink
Bump httpx to 0.25.0 and httpcore to 0.18.0 (#101635)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 8, 2023
1 parent c48b724 commit 6420cdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hassil==1.2.5
home-assistant-bluetooth==1.10.3
home-assistant-frontend==20231005.0
home-assistant-intents==2023.10.2
httpx==0.24.1
httpx==0.25.0
ifaddr==0.2.0
janus==1.0.0
Jinja2==3.1.2
Expand Down Expand Up @@ -104,7 +104,7 @@ regex==2021.8.28
# requirements so we can directly link HA versions to these library versions.
anyio==3.7.1
h11==0.14.0
httpcore==0.17.3
httpcore==0.18.0

# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"ciso8601==2.3.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.24.1",
"httpx==0.25.0",
"home-assistant-bluetooth==1.10.3",
"ifaddr==0.2.0",
"Jinja2==3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ awesomeversion==23.8.0
bcrypt==4.0.1
certifi>=2021.5.30
ciso8601==2.3.0
httpx==0.24.1
httpx==0.25.0
home-assistant-bluetooth==1.10.3
ifaddr==0.2.0
Jinja2==3.1.2
Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
# requirements so we can directly link HA versions to these library versions.
anyio==3.7.1
h11==0.14.0
httpcore==0.17.3
httpcore==0.18.0
# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation
Expand Down

0 comments on commit 6420cdb

Please sign in to comment.