From d2e11cd2175fb56e6e01ab4215744e056f6bbdac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:01:06 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.2.3 in /llm-server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.2.3. - [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.2.3) --- 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..cde37a017 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.2.3 uvicorn==0.24.0.post1 uvloop==0.19.0 validators==0.22.0