Skip to content

Commit

Permalink
Bump yt-dlp from 2023.9.24 to 2024.7.7
Browse files Browse the repository at this point in the history
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](yt-dlp/yt-dlp@2023.09.24...2024.07.07)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent 76d88b1 commit cb70e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cb70e07

Please sign in to comment.