From 74ae8bc86f4312a65585abdd93278056158fd2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:05:48 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.3.0 in /llm-server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.3.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- llm-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-server/requirements.txt b/llm-server/requirements.txt index 77aba08d1..178572129 100644 --- a/llm-server/requirements.txt +++ b/llm-server/requirements.txt @@ -155,7 +155,7 @@ typer==0.9.0 typing-inspect==0.9.0 typing_extensions==4.8.0 tzdata==2023.3 -urllib3==1.26.18 +urllib3==2.3.0 uvicorn==0.24.0.post1 uvloop==0.19.0 validators==0.22.0