From c6fd587e5077f01d7dccecbab786bfd846abd598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:14:50 +0000 Subject: [PATCH] chore(deps-dev): bump hpack from 4.0.0 to 4.1.0 Bumps [hpack](https://github.com/python-hyper/hpack) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/python-hyper/hpack/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/hpack/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: hpack 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 0f9d7558..0d2ce296 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -137,7 +137,7 @@ h11==0.14.0 ; python_version >= '3.7' h2==4.1.0 -hpack==4.0.0 ; python_full_version >= '3.6.1' +hpack==4.1.0 ; python_full_version >= '3.6.1' httpcore==1.0.7 ; python_version >= '3.7'