bump httpx dependency version to 0.11.1 (#1794)

This commit is contained in:
Subham Roy
2020-03-02 01:12:11 +05:30
committed by GitHub
parent 7833d70d9e
commit ce71514d71
6 changed files with 47 additions and 32 deletions

View File

@@ -85,7 +85,7 @@ requirements = [
"aiofiles>=0.3.0",
"websockets>=7.0,<9.0",
"multidict>=4.0,<5.0",
"httpx==0.9.3",
"httpx==0.11.1",
]
tests_require = [