From 29f194589add972975b889b6a9e40873405be140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:58:22 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 9.0.3 in /audioinfra/pydocker_patient Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- audioinfra/pydocker_patient/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audioinfra/pydocker_patient/requirements.txt b/audioinfra/pydocker_patient/requirements.txt index fc32d20..667268d 100644 --- a/audioinfra/pydocker_patient/requirements.txt +++ b/audioinfra/pydocker_patient/requirements.txt @@ -3,7 +3,7 @@ librosa==0.10.1 noisereduce==2.0.1 numpy==1.24.4 pydantic>=1.8.2, <2.0.0 -pytest==7.4.2 +pytest==9.0.3 scipy==1.11.2 soundfile==0.12.1 uvicorn[standard]==0.23.2