From d8542f0623858d4db730fe207a21b113808584d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:19:42 +0000 Subject: [PATCH] Bump httpx[http2] from 0.24.1 to 0.25.0 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.24.1 to 0.25.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.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8818b563e76..8f90f1dc553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ lxml==4.9.3 pygments==2.16.1 python-dateutil==2.8.2 pyyaml==6.0.1 -httpx[http2]==0.24.1 +httpx[http2]==0.25.0 Brotli==1.1.0 uvloop==0.17.0 httpx-socks[asyncio]==0.7.7