From b45b7b7fff63a73db1f1769c24ca3a62ced92fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:12:29 +0000 Subject: [PATCH] chore(deps): bump transformers in /backend/python/coqui Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.3 to 5.4.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.3...v5.4.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/python/coqui/requirements-cpu.txt | 2 +- backend/python/coqui/requirements-cublas12.txt | 2 +- backend/python/coqui/requirements-hipblas.txt | 2 +- backend/python/coqui/requirements-intel.txt | 2 +- backend/python/coqui/requirements-mps.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/python/coqui/requirements-cpu.txt b/backend/python/coqui/requirements-cpu.txt index 08654a4ca3ef..e7256fbdd2c8 100644 --- a/backend/python/coqui/requirements-cpu.txt +++ b/backend/python/coqui/requirements-cpu.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -transformers==4.48.3 +transformers==5.4.0 accelerate torch==2.4.1 torchaudio==2.4.1 diff --git a/backend/python/coqui/requirements-cublas12.txt b/backend/python/coqui/requirements-cublas12.txt index 53ed2ebc760c..fa38d4b7c3a0 100644 --- a/backend/python/coqui/requirements-cublas12.txt +++ b/backend/python/coqui/requirements-cublas12.txt @@ -1,5 +1,5 @@ torch==2.4.1 torchaudio==2.4.1 -transformers==4.48.3 +transformers==5.4.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt index 8e7d034591e3..6656c6cf04d8 100644 --- a/backend/python/coqui/requirements-hipblas.txt +++ b/backend/python/coqui/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.4 torch==2.8.0+rocm6.4 torchaudio==2.8.0+rocm6.4 -transformers==4.48.3 +transformers==5.4.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-intel.txt b/backend/python/coqui/requirements-intel.txt index 3a854b87573e..650044f32b72 100644 --- a/backend/python/coqui/requirements-intel.txt +++ b/backend/python/coqui/requirements-intel.txt @@ -3,6 +3,6 @@ torch==2.8.0+xpu torchaudio==2.8.0+xpu optimum[openvino] setuptools -transformers==4.48.3 +transformers==5.4.0 accelerate coqui-tts \ No newline at end of file diff --git a/backend/python/coqui/requirements-mps.txt b/backend/python/coqui/requirements-mps.txt index f2883e9778c8..a369297a1c00 100644 --- a/backend/python/coqui/requirements-mps.txt +++ b/backend/python/coqui/requirements-mps.txt @@ -1,4 +1,4 @@ torch==2.7.1 -transformers==4.48.3 +transformers==5.4.0 accelerate coqui-tts