From 41707d2b861a8e82ac6edb206c8a73c89de25b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:50:59 +0000 Subject: [PATCH] Bump h2 from 4.2.0 to 4.3.0 in /examples/timecopilot Bumps [h2](https://github.com/python-hyper/h2) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/timecopilot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/timecopilot/requirements.txt b/examples/timecopilot/requirements.txt index 708fe5c..38a9550 100644 --- a/examples/timecopilot/requirements.txt +++ b/examples/timecopilot/requirements.txt @@ -288,7 +288,7 @@ h11==0.16.0 # via # httpcore # uvicorn -h2==4.2.0 +h2==4.3.0 # via grpclib hf-xet==1.1.5 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64' # via huggingface-hub