From cb70e0725a53a7bfc28b7806d60082dae8561611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 07:38:59 +0000 Subject: [PATCH] Bump yt-dlp from 2023.9.24 to 2024.7.7 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.9.24 to 2024.7.7. - [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.09.24...2024.07.07) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 44bbb52..909b076 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -yt-dlp==2023.9.24 +yt-dlp==2024.7.7 beautifulsoup4==4.9.3 mutagen==1.45.1 requests==2.26.0 diff --git a/setup.py b/setup.py index 725620b..f91982b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ license='MIT', entry_points={'console_scripts': ['nts=nts.cli:main']}, install_requires=[ - 'yt-dlp==2023.9.24', + 'yt-dlp==2024.7.7', 'beautifulsoup4==4.9.3', 'mutagen==1.45.1', 'requests==2.26.0',