From 56ef0b25f0ef5f0f11344dd87ad1cc96ab2ad280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:57:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20whi?= =?UTF-8?q?sper-timestamped=20to=20v1.15.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 4856a4d..33fbeae 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint", "win"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:da694d75966de3336e1e96f2159e0c78a518cd77b6fba4b74a37dc76f7a580e8" +content_hash = "sha256:df4b108515fce768c1e9a020699eed8af7452cb4509cbc7869a33e454e9899e7" [[package]] name = "absl-py" @@ -4008,7 +4008,7 @@ files = [ [[package]] name = "whisper-timestamped" -version = "1.14.4" +version = "1.15.4" requires_python = ">=3.7" summary = "Multi-lingual Automatic Speech Recognition (ASR) based on Whisper models, with accurate word timestamps, access to language detection confidence, several options for Voice Activity Detection (VAD), and more." groups = ["default"] @@ -4018,8 +4018,8 @@ dependencies = [ "openai-whisper", ] files = [ - {file = "whisper-timestamped-1.14.4.tar.gz", hash = "sha256:65eb165afdf6cf8d960652dfff53ea192b77dcf1a6b61f91236be54a31050b29"}, - {file = "whisper_timestamped-1.14.4-py3-none-any.whl", hash = "sha256:eb922cc5168b80c2e59a1990fe3c441bb306a45c6bd8bcdbc67028933dbfb877"}, + {file = "whisper_timestamped-1.15.4-py3-none-any.whl", hash = "sha256:92eae29ba30b57d82281b27751bfe17c6e1b2efa240977c904d48317df3a2bcb"}, + {file = "whisper_timestamped-1.15.4.tar.gz", hash = "sha256:6de51e42becce3a39477dabbfa76b6d44105ab370892877bcdb0f51ed7420b3d"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index a7bfc98..01c8a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "PyYAML==6.0.1", "Requests==2.31.0", "SQLAlchemy==2.0.29", - "whisper-timestamped==1.14.4", + "whisper-timestamped==1.15.4", "moviepy @ git+https://github.com/OsaAjani/moviepy.git", "tiktok-uploader @ git+https://github.com/Paillat-dev/tiktok-uploader.git", "TTS==0.22.0",