From 669eae75937241aa893092fd7ebe95eb29cbbd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:20:49 +0000 Subject: [PATCH] Bump httpx[http2] from 0.26.0 to 0.27.0 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.26.0 to 0.27.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.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 608b344c0eb..a2f204fbb9e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -88,7 +88,7 @@ hpack==4.0.0 ; python_full_version >= '3.6.1' httpcore==1.0.3 ; python_version >= '3.7' -httpx[http2]==0.26.0 ; python_version >= '3.7' +httpx[http2]==0.27.0 ; python_version >= '3.7' hyperframe==6.0.1 ; python_full_version >= '3.6.1'