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