From d8018340083b4c8d663079d65729e6fa5366c1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:24:32 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 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] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7ea049f..12aa868 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -35,7 +35,7 @@ executing==2.0.1 # via stack-data freezegun==1.5.1 # via pytest-freezer -h11==0.14.0 +h11==0.16.0 # via httpcore httpcore==1.0.5 # via httpx diff --git a/requirements.txt b/requirements.txt index e0ab2c8..4e8e234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ cffi==1.16.0 # via cryptography cryptography==43.0.1 # via pyjwt -h11==0.14.0 +h11==0.16.0 # via httpcore httpcore==1.0.5 # via httpx