Skip to content

Commit

Permalink
Bump httpx to 0.23.0 (#72573)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
uvjustin and bdraco committed May 27, 2022
1 parent cc42a95 commit 01b5f98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions homeassistant/package_constraints.txt
Expand Up @@ -16,7 +16,7 @@ cryptography==36.0.2
fnvhash==0.1.0
hass-nabucasa==0.54.0
home-assistant-frontend==20220526.0
httpx==0.22.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.7
Expand Down Expand Up @@ -78,9 +78,9 @@ regex==2021.8.28
# these requirements are quite loose. As the entire stack has some outstanding issues, and
# even newer versions seem to introduce new issues, it's useful for us to pin all these
# requirements so we can directly link HA versions to these library versions.
anyio==3.5.0
anyio==3.6.1
h11==0.12.0
httpcore==0.14.7
httpcore==0.15.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
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"ciso8601==2.2.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.22.0",
"httpx==0.23.0",
"ifaddr==0.1.7",
"jinja2==3.1.2",
"PyJWT==2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -10,7 +10,7 @@ awesomeversion==22.5.1
bcrypt==3.1.7
certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.22.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
PyJWT==2.4.0
Expand Down
4 changes: 2 additions & 2 deletions script/gen_requirements_all.py
Expand Up @@ -98,9 +98,9 @@
# these requirements are quite loose. As the entire stack has some outstanding issues, and
# even newer versions seem to introduce new issues, it's useful for us to pin all these
# requirements so we can directly link HA versions to these library versions.
anyio==3.5.0
anyio==3.6.1
h11==0.12.0
httpcore==0.14.7
httpcore==0.15.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 01b5f98

Please sign in to comment.