From eb84b1087569b49578d24428af7d8d3f368ad247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:38:37 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.4 to 2.5.0 in /backends/python/server Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.5.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/2.0.4...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backends/python/server/requirements-hpu.txt | 2 +- backends/python/server/requirements-intel.txt | 2 +- backends/python/server/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/python/server/requirements-hpu.txt b/backends/python/server/requirements-hpu.txt index 83b4a9df..ed70d840 100644 --- a/backends/python/server/requirements-hpu.txt +++ b/backends/python/server/requirements-hpu.txt @@ -52,7 +52,7 @@ transformers[sentencepiece]==4.45.2 ; python_version >= "3.9" and python_version typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.0.4 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" xxhash==3.4.1 ; python_version >= "3.9" and python_version < "3.13" diff --git a/backends/python/server/requirements-intel.txt b/backends/python/server/requirements-intel.txt index 8ff67fe4..e6646acb 100644 --- a/backends/python/server/requirements-intel.txt +++ b/backends/python/server/requirements-intel.txt @@ -37,7 +37,7 @@ sympy==1.12 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13" typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.7.1 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.0.4 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" transformers==4.40.0 ; python_version >= "3.9" and python_version < "3.13" diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 687ec102..9be3e6eb 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -62,7 +62,7 @@ transformers==4.46.3 ; python_version >= "3.9" and python_version < "3.13" triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.9" typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.2.3 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.17.0 ; python_version >= "3.9" and python_version < "3.13" zipp==3.21.0 ; python_version >= "3.9" and python_version < "3.13"