From 608b1a14714eb1cb781837cc39104b8f59320726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:19:09 +0000 Subject: [PATCH] build(deps): bump pyannote-audio from 3.2.0 to 3.3.2 Bumps [pyannote-audio](https://github.com/pyannote/pyannote-audio) from 3.2.0 to 3.3.2. - [Release notes](https://github.com/pyannote/pyannote-audio/releases) - [Changelog](https://github.com/pyannote/pyannote-audio/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pyannote/pyannote-audio/compare/3.2.0...3.3.2) --- updated-dependencies: - dependency-name: pyannote-audio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec492b3..850fff4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ scipy==1.12.0 tensorflow-probability==0.24.0 faster-whisper==1.0.3 python-dotenv==1.0.1 -pyannote.audio==3.2.0 +pyannote.audio==3.3.2 nltk==3.8.1 torchvision ctranslate2==4.3.1 diff --git a/setup.py b/setup.py index f19a0e5..d8f3a52 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "tensorflow-probability==0.24.0", "faster-whisper==1.0.3", "python-dotenv==1.0.1", - "pyannote-audio==3.2.0", + "pyannote-audio==3.3.2", "nltk==3.8.1", "torchvision", "ctranslate2==4.3.1", @@ -42,7 +42,7 @@ "uvicorn==0.30.1", "python-dotenv==1.0.1", "faster-whisper==1.0.3", - "pyannote-audio==3.2.0", + "pyannote-audio==3.3.2", "nltk==3.8.1", "torchvision", "ctranslate2==4.3.1",