Bump httpx to 0.18.0 and respx to 0.17.0 (#49805)

This commit is contained in:
J. Nick Koston 2021-04-27 23:22:09 -10:00 committed by GitHub
parent 1cb907c2e3
commit dcb5b9f8b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 13 deletions

View file

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