Skip to content

Commit

Permalink
build(deps): bump the all group in /ytm with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /ytm with 3 updates: [yt-dlp](https://github.com/yt-dlp/yt-dlp), [ytmusicapi](https://github.com/sigma67/ytmusicapi) and [requests](https://github.com/psf/requests).


Updates `yt-dlp` from 2024.4.9 to 2024.5.27
- [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@2024.04.09...2024.05.27)

Updates `ytmusicapi` from 1.6.0 to 1.7.3
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](sigma67/ytmusicapi@1.6.0...1.7.3)

Updates `requests` from 2.32.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.3)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ytmusicapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: requests
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lubo committed Jun 1, 2024
1 parent 9dd7463 commit 4ac36c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions ytm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ytm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.12"
yt-dlp = ">=2022.06.22" # https://github.com/ytdl-org/youtube-dl/issues/29494
ytmusicapi = "^1.4.0"
ytmusicapi = "^1.7.3"

[tool.poetry.scripts]
ytm = "ytm.__main__:main"
Expand Down

0 comments on commit 4ac36c8

Please sign in to comment.