mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 18:16:18 +03:00
[build] Update 28 dependencies (#16467)
* Bump build 1.4.2 => 1.4.4 * Bump certifi 2026.2.25 => 2026.4.22 * Bump charset-normalizer 3.4.6 => 3.4.7 * Bump cryptography 46.0.6 => 47.0.0 * Bump deno 2.7.8 => 2.7.14 * Bump filelock 3.25.2 => 3.29.0 * Bump identify 2.6.18 => 2.6.19 * Bump idna 3.11 => 3.13 * Bump packaging 26.0 => 26.2 * Bump pathspec 1.0.4 => 1.1.1 * Bump pip 26.0.1 => 26.1 * Bump platformdirs 4.9.4 => 4.9.6 * Bump pre-commit 4.5.1 => 4.6.0 * Bump pygments 2.19.2 => 2.20.0 * Bump pyinstaller 6.19.0 => 6.20.0 * Bump pyinstaller-hooks-contrib 2026.3 => 2026.4 * Bump pyinstaller[win32] 6.19.0 => 6.20.0 * Bump pyinstaller[win_amd64] 6.19.0 => 6.20.0 * Bump pyinstaller[win_arm64] 6.19.0 => 6.20.0 * Bump pytest 9.0.2 => 9.0.3 * Bump python-discovery 1.2.0 => 1.2.2 * Bump requests 2.33.0 => 2.33.1 * Bump rich 14.3.3 => 15.0.0 * Bump ruff 0.15.8 => 0.15.12 * Bump trove-classifiers 2026.1.14.14 => 2026.4.28.13 * Bump uv 0.11.1 => 0.11.8 * Bump virtualenv 21.2.0 => 21.3.0 * Bump zipp 3.23.0 => 3.23.1 Authored by: bashonly
This commit is contained in:
+9
-9
@@ -69,36 +69,36 @@ deno = [
|
||||
pin = [
|
||||
"brotli==1.2.0 ; implementation_name == 'cpython' and sys_platform != 'ios'",
|
||||
"brotlicffi==1.2.0.1 ; implementation_name != 'cpython'",
|
||||
"certifi==2026.2.25",
|
||||
"charset-normalizer==3.4.6",
|
||||
"idna==3.11",
|
||||
"certifi==2026.4.22",
|
||||
"charset-normalizer==3.4.7",
|
||||
"idna==3.13",
|
||||
"mutagen==1.47.0",
|
||||
"pycryptodomex==3.23.0",
|
||||
"requests==2.33.0",
|
||||
"requests==2.33.1",
|
||||
"urllib3==2.6.3",
|
||||
"websockets==16.0",
|
||||
"yt-dlp-ejs==0.8.0",
|
||||
]
|
||||
pin-curl-cffi = [
|
||||
"certifi==2026.2.25 ; implementation_name == 'cpython'",
|
||||
"certifi==2026.4.22 ; implementation_name == 'cpython'",
|
||||
"cffi==2.0.0 ; implementation_name == 'cpython'",
|
||||
"curl-cffi==0.15.0 ; implementation_name == 'cpython'",
|
||||
"markdown-it-py==4.0.0 ; implementation_name == 'cpython'",
|
||||
"mdurl==0.1.2 ; implementation_name == 'cpython'",
|
||||
"pycparser==3.0 ; implementation_name == 'cpython'",
|
||||
"pygments==2.19.2 ; implementation_name == 'cpython'",
|
||||
"rich==14.3.3 ; implementation_name == 'cpython'",
|
||||
"pygments==2.20.0 ; implementation_name == 'cpython'",
|
||||
"rich==15.0.0 ; implementation_name == 'cpython'",
|
||||
]
|
||||
pin-secretstorage = [
|
||||
"cffi==2.0.0 ; platform_python_implementation != 'PyPy'",
|
||||
"cryptography==46.0.6",
|
||||
"cryptography==47.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.7.8",
|
||||
"deno==2.7.14",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user