From ca2906d045159ef4252903a40897c04a2a8b00de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:36:39 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.3 in /docker/openai-tts-docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.6.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/2.2.3...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/openai-tts-docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openai-tts-docker/requirements.txt b/docker/openai-tts-docker/requirements.txt index 110eb68e..2a4c6d81 100644 --- a/docker/openai-tts-docker/requirements.txt +++ b/docker/openai-tts-docker/requirements.txt @@ -37,5 +37,5 @@ sympy==1.13.3 torch==2.2.2 tqdm==4.66.5 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.6.3 uvicorn==0.30.6