mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-07-22 17:37:16 +00:00
[build] Update 17 dependencies (#17014)
* Bump cryptography 48.0.0 => 49.0.0 * Bump deno 2.8.1 => 2.8.3 * Bump distlib 0.4.0 => 0.4.3 * Bump filelock 3.29.0 => 3.29.4 * Bump hatchling 1.29.0 => 1.30.1 * Bump idna 3.17 => 3.18 * Bump pyinstaller 6.20.0 => 6.21.0 * Bump pyinstaller-hooks-contrib 2026.5 => 2026.6 * Bump pyinstaller[win32] 6.20.0 => 6.21.0 * Bump pyinstaller[win_amd64] 6.20.0 => 6.21.0 * Bump pyinstaller[win_arm64] 6.20.0 => 6.21.0 * Bump pytest 9.0.3 => 9.1.0 * Bump python-discovery 1.4.0 => 1.4.2 * Bump ruff 0.15.15 => 0.15.17 * Bump trove-classifiers 2026.5.22.10 => 2026.6.1.19 * Bump uv 0.11.17 => 0.11.21 * Bump virtualenv 21.4.2 => 21.5.0 Authored by: dlp-bot
This commit is contained in:
+3
-3
@@ -71,7 +71,7 @@ pin = [
|
||||
"brotlicffi==1.2.0.1 ; implementation_name != 'cpython'",
|
||||
"certifi==2026.5.20",
|
||||
"charset-normalizer==3.4.7",
|
||||
"idna==3.17",
|
||||
"idna==3.18",
|
||||
"mutagen==1.47.0",
|
||||
"pycryptodomex==3.23.0",
|
||||
"requests==2.34.2",
|
||||
@@ -91,14 +91,14 @@ pin-curl-cffi = [
|
||||
]
|
||||
pin-secretstorage = [
|
||||
"cffi==2.0.0 ; platform_python_implementation != 'PyPy'",
|
||||
"cryptography==48.0.0",
|
||||
"cryptography==49.0.0",
|
||||
"jeepney==0.9.0",
|
||||
"pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'",
|
||||
"secretstorage==3.5.0",
|
||||
"typing-extensions==4.15.0 ; python_full_version < '3.11'",
|
||||
]
|
||||
pin-deno = [
|
||||
"deno==2.8.1",
|
||||
"deno==2.8.3",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user