Bump httpx to 0.18.2 (#53257)

This commit is contained in:
J. Nick Koston
2021-07-20 18:47:13 -10:00
committed by GitHub
parent f20602e11d
commit 0ce071e0a4
4 changed files with 3 additions and 11 deletions

View File

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