From cea3e20adebd88e738c811881ee0975668850b92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:15:24 +0000 Subject: [PATCH] Bump httpx from 0.7.5 to 0.7.6 Bumps [httpx](https://github.com/encode/httpx) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.7.5...0.7.6) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 63bfec3..86f6d2d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,7 @@ h2==3.1.1 # via httpx hpack==3.0.0 # via h2 hstspreload==2019.8.27 # via httpx httptools==0.0.13 # via uvicorn -httpx==0.7.5 +httpx==0.7.6 hyperframe==5.2.0 # via h2 idna==2.8 # via httpx, requests, yarl importlib-metadata==0.19 # via pluggy, pytest