Skip to content

Commit 39c868e

Browse files
authored
Merge branch 'dev' into datastar
2 parents 850e18b + 1df373c commit 39c868e

File tree

2 files changed

+1032
-1037
lines changed

2 files changed

+1032
-1037
lines changed

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ authors = [{ name = "spotDL Team", email = "spotdladmins@googlegroups.com" }]
88
readme = "README.md"
99
license = "MIT"
1010

11-
maintainers = [{ name = "Silverarmor", email = "spotdladmins@googlegroups.com" }]
12-
13-
keywords = [
14-
"spotify",
15-
"downloader",
16-
"spotdl",
17-
"music",
11+
maintainers = [
12+
{ name = "Silverarmor", email = "spotdladmins@googlegroups.com" },
1813
]
14+
15+
keywords = ["spotify", "downloader", "spotdl", "music"]
1916
classifiers = [
2017
"Intended Audience :: End Users/Desktop",
2118
"License :: OSI Approved :: MIT License",
@@ -34,7 +31,7 @@ dependencies = [
3431
"spotipy>=2.24.0,<3",
3532
"ytmusicapi>=1.11.1,<2",
3633
"pytube>=15.0.0,<16",
37-
"yt-dlp>=2025.09.26,<2027",
34+
"yt-dlp>=2026.01.29,<2027",
3835
"mutagen>=1.47.0,<2",
3936
"rich>=13.9.4,<14",
4037
"beautifulsoup4>=4.12.3,<5",
@@ -111,6 +108,4 @@ fail-under = 9
111108

112109
[tool.pytest.ini_options]
113110
asyncio_mode = "auto"
114-
markers = [
115-
"vcr",
116-
]
111+
markers = ["vcr"]

0 commit comments

Comments
 (0)