From b15637b5a5d1215647970c137a052371e07525ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:30:24 +0000 Subject: [PATCH] Bump yt-dlp from 2023.3.4 to 2023.12.30 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.3.4 to 2023.12.30. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.03.04...2023.12.30) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de2056d..5d870918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "Pillow==9.3.0", "openai==1.2.0", -"yt-dlp==2023.3.4", +"yt-dlp==2023.12.30", "ffmpeg==1.4", "beautifulsoup4==4.11.2", "py-cord==2.4.1", diff --git a/requirements.txt b/requirements.txt index 67495019..49ebd660 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==9.3.0 openai==1.2.0 -yt-dlp==2023.3.4 +yt-dlp==2023.12.30 ffmpeg==1.4 py-cord==2.4.1 beautifulsoup4==4.11.2 diff --git a/requirements_base.txt b/requirements_base.txt index 002ee966..10b462ee 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,6 +1,6 @@ Pillow==9.3.0 openai==1.2.0 -yt-dlp==2023.3.4 +yt-dlp==2023.12.30 ffmpeg==1.4 py-cord==2.4.1 beautifulsoup4==4.11.2