From 015ea7f761b8da23fd39348a31b0a7285aa80cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:31:02 +0000 Subject: [PATCH 1/2] chore(deps-dev): 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: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 1c4845e0..894a3769 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -133,7 +133,7 @@ async-timeout==5.0.1 ; python_version >= '3.6' frozenlist==1.6.0 ; python_version >= '3.7' -h11==0.14.0 ; python_version >= '3.7' +h11==0.16.0 ; python_version >= '3.7' h2==4.2.0 From 914da4fc7c5a65a80fbf2411cc5ab4cf333a5e14 Mon Sep 17 00:00:00 2001 From: rkodev <43806892+rkodev@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:34:46 +0300 Subject: [PATCH 2/2] fix: dependecy conflict --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 894a3769..96d3a974 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -139,7 +139,7 @@ h2==4.2.0 hpack==4.1.0 ; python_full_version >= '3.6.1' -httpcore==1.0.8 ; python_version >= '3.7' +httpcore==1.0.9 ; python_version >= '3.7' httpx[http2]==0.28.1