From aef65607b0afe5db1c779abf24ecb67db15e42ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:15:29 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.3.4 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.3.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.6...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 506960c..3ac62bb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ huggingface-hub==0.34.3 bitsandbytes==0.46.0 peft==0.15.2 # Common dependencies -numpy==2.2.6 +numpy==2.3.4 pandas==2.3.0 # TTS gtts==2.5.4