From 4f7605a37fa4fc4c2e1f141e092b9dd13cbab4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:24:45 +0000 Subject: [PATCH] Bump pyannote-audio from 4.0.0 to 4.0.7 in /apps/agent Bumps [pyannote-audio](https://github.com/pyannote/pyannote-audio) from 4.0.0 to 4.0.7. - [Release notes](https://github.com/pyannote/pyannote-audio/releases) - [Changelog](https://github.com/pyannote/pyannote-audio/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyannote/pyannote-audio/compare/4.0.0...4.0.7) --- updated-dependencies: - dependency-name: pyannote-audio dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/pyproject.toml b/apps/agent/pyproject.toml index a34ef51..9a8f175 100644 --- a/apps/agent/pyproject.toml +++ b/apps/agent/pyproject.toml @@ -26,7 +26,7 @@ voice = [ "soundfile>=0.12.0", "omegaconf>=2.3.0", "hydra-core>=1.3.0", - "pyannote-audio==4.0.0", + "pyannote-audio==4.0.7", "sentencepiece", "silero-vad>=5.1.0", "torchcodec==0.7.0",