From 323600fce155a2cce99876fe555b723eec1e1c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 07:26:48 +0000 Subject: [PATCH] pip prod(deps): bump httpx from 0.20.0 to 0.21.3 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] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 7c2f1cb2b2..0130a6c23a 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