Bump httpx to 0.19.0 (#55106)

* Bump httpx to 0.19.0

* regen constraints
This commit is contained in:
J. Nick Koston 2021-08-23 22:27:53 -05:00 committed by GitHub
parent 4d7de0fd4c
commit 6f75a853f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ REQUIRES = [
"bcrypt==3.1.7",
"certifi>=2020.12.5",
"ciso8601==2.1.3",
"httpx==0.18.2",
"httpx==0.19.0",
"jinja2==3.0.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.