From f661bfde7d0db6151ad8a475406bb9519f9ea787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:36:11 +0000 Subject: [PATCH] build(deps): bump soundfile from 0.12.1 to 0.13.1 in /backend Bumps [soundfile](https://github.com/bastibe/python-soundfile) from 0.12.1 to 0.13.1. - [Release notes](https://github.com/bastibe/python-soundfile/releases) - [Commits](https://github.com/bastibe/python-soundfile/compare/0.12.1...0.13.1) --- updated-dependencies: - dependency-name: soundfile 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 31b4767e7..6f458d048 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -71,7 +71,7 @@ xlrd==2.0.1 validators==0.34.0 psutil sentencepiece -soundfile==0.12.1 +soundfile==0.13.1 opencv-python-headless==4.10.0.84 rapidocr-onnxruntime==1.3.24