From c392bb808aa5f6d33d443a5b31d9f1e5fb9b8537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:15:54 +0000 Subject: [PATCH] chore(deps): bump setuptools in /backends/python/server Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.2.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 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..d1c5e80a 100644 --- a/backends/python/server/requirements-hpu.txt +++ b/backends/python/server/requirements-hpu.txt @@ -42,7 +42,7 @@ pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13" regex==2024.4.16 ; python_version >= "3.9" and python_version < "3.13" requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13" safetensors==0.4.1 ; python_version >= "3.9" and python_version < "3.13" -setuptools==68.2.0 ; python_version >= "3.9" and python_version < "3.13" +setuptools==78.1.1 ; python_version >= "3.9" and python_version < "3.13" six==1.16.0 ; python_version >= "3.9" and python_version < "3.13" sympy==1.12 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.19.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..e9d83732 100644 --- a/backends/python/server/requirements-intel.txt +++ b/backends/python/server/requirements-intel.txt @@ -32,7 +32,7 @@ protobuf==4.24.3 ; python_version >= "3.9" and python_version < "3.13" pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13" requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13" safetensors==0.4.1 ; python_version >= "3.9" and python_version < "3.13" -setuptools==68.2.0 ; python_version >= "3.9" and python_version < "3.13" +setuptools==78.1.1 ; python_version >= "3.9" and python_version < "3.13" 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" diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 687ec102..fccf3bd5 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -52,7 +52,7 @@ safetensors==0.4.5 ; python_version >= "3.9" and python_version < "3.13" scikit-learn==1.5.2 ; python_version >= "3.9" and python_version < "3.13" scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.13" sentence-transformers==3.3.1 ; python_version >= "3.9" and python_version < "3.13" -setuptools==75.6.0 ; python_version >= "3.9" and python_version < "3.13" +setuptools==78.1.1 ; python_version >= "3.9" and python_version < "3.13" sympy==1.13.1 ; python_version >= "3.9" and python_version < "3.13" threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.20.3 ; python_version >= "3.9" and python_version < "3.13"