From 372a9edb4418b11790373038a5a7b969d8db6940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 14:01:43 +0530 Subject: [PATCH] pip prod(deps): bump httpx from 0.20.0 to 0.21.3 (#951) Bumps [httpx](https://github.com/encode/httpx) from 0.20.0 to 0.21.3. - [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.20.0...0.21.3) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 7c2f1cb2..0130a6c2 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -16,7 +16,7 @@ mccabe==0.6.1 pylint==2.12.2 rope==0.22.0 # Required by test_http2.py -httpx==0.20.0 +httpx==0.21.3 h2==4.1.0 hpack==4.0.0 hyperframe==6.0.1