diff --git a/pyproject.toml b/pyproject.toml index 3488795c..11f4aa40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "Pillow==9.3.0", "openai==0.27.8", -"yt-dlp==2023.3.4", +"yt-dlp==2023.10.13", "ffmpeg==1.4", "beautifulsoup4==4.11.2", "py-cord==2.4.1", diff --git a/requirements.txt b/requirements.txt index cbf20ad1..9aae8ca9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==9.3.0 openai==0.27.8 -yt-dlp==2023.3.4 +yt-dlp==2023.10.13 ffmpeg==1.4 py-cord==2.4.1 beautifulsoup4==4.11.2 diff --git a/requirements_base.txt b/requirements_base.txt index 3b4dcd67..1bece6fa 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,6 +1,6 @@ Pillow==9.3.0 openai==0.27.0 -yt-dlp==2023.3.4 +yt-dlp==2023.10.13 ffmpeg==1.4 py-cord==2.4.1 beautifulsoup4==4.11.2