From 12ddd9784d8ea08faa7ab23216aefced95970d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:13:47 +0000 Subject: [PATCH] Bump hpack from 4.0.0 to 4.1.0 in /src 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: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 43bcc99..b75925a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -17,7 +17,7 @@ h11==0.14.0 # via httpcore h2==4.1.0 # via httpx -hpack==4.0.0 +hpack==4.1.0 # via h2 httpcore==1.0.7 # via httpx