From 5ae6bd9e716ea29a3d172ac6a001755d7b287d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:43:39 +0000 Subject: [PATCH] chore(deps-dev): bump httpx[http2] from 0.28.0 to 0.28.1 in /it/python Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.28.0 to 0.28.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.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 7042b2678d..47c670b594 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -94,7 +94,7 @@ hpack==4.0.0 ; python_full_version >= '3.6.1' httpcore==1.0.7 ; python_version >= '3.7' -httpx[http2]==0.28.0 +httpx[http2]==0.28.1 hyperframe==6.0.1 ; python_full_version >= '3.6.1'