From f7eaf0791547d6d02082d98458cfb66c9969c739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 23:09:22 +0530 Subject: [PATCH] pip prod(deps): bump httpx from 0.21.3 to 0.22.0 (#1157) Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.22.0. - [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.21.3...0.22.0) --- 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> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 0773958c..1ffbbcfd 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -16,7 +16,7 @@ mccabe==0.6.1 pylint==2.13.7 rope==0.22.0 # Required by test_http2.py -httpx==0.21.3 +httpx==0.22.0 h2==4.1.0 hpack==4.0.0 hyperframe==6.0.1