From 66a6143407015683bdc82428802b916b48eb9db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:47:59 +0000 Subject: [PATCH] chore(deps)(deps): bump the patch-updates group across 1 directory with 4 updates Bumps the patch-updates group with 4 updates in the / directory: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [faster-whisper](https://github.com/SYSTRAN/faster-whisper), [pyannote-audio](https://github.com/pyannote/pyannote-audio) and [reportlab](https://www.reportlab.com/). 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) Updates `reportlab` from 4.4.4 to 4.4.10 --- 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 - dependency-name: reportlab dependency-version: 4.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e4b30ef..c4ac859 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 @@ -34,7 +34,7 @@ itsdangerous==2.2.0 # Required for session middleware stripe==13.0.1 # PDF export -reportlab==4.4.4 +reportlab==4.4.10 # Metrics and monitoring prometheus-client==0.21.0