Bump httpx to 0.17.1 (#48388)

* Bump httpx to 0.17.1

* git add

* typing

* add test

* tweak
This commit is contained in:
J. Nick Koston
2021-03-26 22:02:01 -10:00
committed by GitHub
parent b50dcef94f
commit 79af18a8ab
5 changed files with 28 additions and 4 deletions

View File

@ -40,7 +40,7 @@ REQUIRES = [
"bcrypt==3.1.7",
"certifi>=2020.12.5",
"ciso8601==2.1.3",
"httpx==0.16.1",
"httpx==0.17.1",
"jinja2>=2.11.3",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.