From b80016dc81edd73f69236dd43fd78b0f2e5f92a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:04:04 +0000 Subject: [PATCH] chore(deps)(deps): bump the patch-updates group across 1 directory with 3 updates Bumps the patch-updates group with 3 updates in the / directory: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [faster-whisper](https://github.com/SYSTRAN/faster-whisper) and [pyannote-audio](https://github.com/pyannote/pyannote-audio). Updates `sqlalchemy` from 2.0.44 to 2.0.49 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `faster-whisper` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/SYSTRAN/faster-whisper/releases) - [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v1.2.0...v1.2.1) Updates `pyannote-audio` from 4.0.1 to 4.0.4 - [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.1...4.0.4) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: faster-whisper dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pyannote-audio dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e4b30ef..4c71124 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.119.0 uvicorn[standard]==0.38.0 # Database -sqlalchemy==2.0.44 +sqlalchemy==2.0.49 psycopg[binary]==3.2.10 alembic==1.14.0 @@ -11,12 +11,12 @@ alembic==1.14.0 yt-dlp==2025.10.14 # Whisper transcription backends -faster-whisper==1.2.0 +faster-whisper==1.2.1 # Using 20240930 - latest working PyPI version openai-whisper==20240930 # Speaker diarization (optional, requires HF_TOKEN) -pyannote.audio==4.0.1 +pyannote.audio==4.0.4 # Core dependencies # Pin to latest available on PyPI for Python 3.10/Ubuntu 22.04; 2.3.x not published yet