From df4e8e96432f7850658b49deb985a334aed25790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:33:04 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in /community/custom_llm_gemini 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] --- community/custom_llm_gemini/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/custom_llm_gemini/pyproject.toml b/community/custom_llm_gemini/pyproject.toml index 7340e0d..4f76dcc 100644 --- a/community/custom_llm_gemini/pyproject.toml +++ b/community/custom_llm_gemini/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "flask-cors==5.0.0", "rich==13.9.2", "google-generativeai==0.8.3", - "h11==0.14.0", + "h11==0.16.0", ] [project.scripts]