From b97f590e35e7ff63c6749d9073661999ef2463da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:10:31 +0000 Subject: [PATCH] build(deps): bump h11 from 0.14.0 to 0.16.0 in /codecov-cli Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codecov-cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov-cli/requirements.txt b/codecov-cli/requirements.txt index 3cd4e69d..c6e19988 100644 --- a/codecov-cli/requirements.txt +++ b/codecov-cli/requirements.txt @@ -16,7 +16,7 @@ charset-normalizer==3.4.1 # via requests click==8.1.8 # via codecov-cli (pyproject.toml) -h11==0.14.0 +h11==0.16.0 # via httpcore httpcore==1.0.7 # via httpx