From c3e61c8b139ff7e9c2572e7d0b085d5ffa179d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:47:11 +0000 Subject: [PATCH] chore(deps): bump requests in /backends/python/server Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..10bb6b89 100644 --- a/backends/python/server/requirements-hpu.txt +++ b/backends/python/server/requirements-hpu.txt @@ -40,7 +40,7 @@ pillow==10.3.0 ; python_version >= "3.9" and python_version < "3.13" 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" 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" +requests==2.32.4 ; 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" six==1.16.0 ; 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..fbe8b4e5 100644 --- a/backends/python/server/requirements-intel.txt +++ b/backends/python/server/requirements-intel.txt @@ -30,7 +30,7 @@ opentelemetry-semantic-conventions==0.36b0 ; python_version >= "3.9" and python_ packaging==23.1 ; python_version >= "3.9" and python_version < "3.13" 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" +requests==2.32.4 ; 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" sympy==1.12 ; 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..c0e9d033 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -47,7 +47,7 @@ pillow==11.0.0 ; python_version >= "3.9" and python_version < "3.13" protobuf==4.25.5 ; python_version >= "3.9" and python_version < "3.13" pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "3.13" regex==2024.11.6 ; python_version >= "3.9" and python_version < "3.13" -requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13" +requests==2.32.4 ; python_version >= "3.9" and python_version < "3.13" 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"