Skip to content

Commit

Permalink
dependencies: bump yt-dlp (#373)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 1 update: [yt-dlp](https://github.com/yt-dlp/yt-dlp).

- [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.10.13...2023.11.16)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 25, 2023
1 parent 940c10e commit 448781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
# Using uvloop to increase general speed and stability. Ignored under Windows
"uvloop>=0.10.0,<1.0.0; platform_system != 'Windows'",
"yarl",
"yt-dlp==2023.10.13",
"yt-dlp==2023.11.16",
]
requires-python = ">=3.8"

Expand Down

0 comments on commit 448781a

Please sign in to comment.