From f59199b47098a5ecc1fba21cad3b6b6818a8c0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:55:23 +0000 Subject: [PATCH] Bump httpx[http2] from 0.17.1 to 0.18.1 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.17.1 to 0.18.1. - [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.17.1...0.18.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d66478de..c06463fcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ lxml==4.6.3 pygments==2.8.1 python-dateutil==2.8.1 pyyaml==5.4.1 -httpx[http2]==0.17.1 +httpx[http2]==0.18.1 Brotli==1.0.9 uvloop==0.15.2; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7'