From d9a723b0abf26cfc44146519bb9264282000a0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:09:14 +0000 Subject: [PATCH] build(deps): bump black from 25.1.0 to 25.9.0 in /backend Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 27e0c24cb7..c187377aaf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -105,7 +105,7 @@ onnxruntime==1.20.1 faster-whisper==1.1.1 -black==25.1.0 +black==25.9.0 youtube-transcript-api==1.2.2 pytube==15.0.0