mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 18:16:18 +03:00
[build] Update 27 dependencies (#17346)
* Bump certifi 2026.6.17 => 2026.7.22 * Bump cffi 2.0.0 => 2.1.1 * Bump charset-normalizer 3.4.7 => 3.4.9 * Bump cryptography 49.0.0 => 50.0.0 * Bump curl-cffi 0.15.0 => 0.16.0 * Bump deno 2.8.3 => 2.9.5 * Bump filelock 3.29.4 => 3.32.2 * Bump hatchling 1.30.1 => 1.31.0 * Bump packaging 26.2 => 26.3 * Bump pip 26.1.2 => 26.2.1 * Bump platformdirs 4.10.0 => 4.11.1 * Bump pre-commit 4.6.0 => 4.6.1 * Bump pyinstaller 6.21.0 => 6.22.1 * Bump pyinstaller[win32] 6.21.0 => 6.22.1 * Bump pyinstaller[win_amd64] 6.21.0 => 6.22.1 * Bump pyinstaller[win_arm64] 6.21.0 => 6.22.1 * Bump pytest-rerunfailures 16.3 => 16.4 * Bump python-discovery 1.4.2 => 1.5.1 * Bump ruff 0.15.19 => 0.16.2 * Bump setuptools 82.0.1 => 84.0.0 * Bump typing-extensions 4.15.0 => 4.16.0 * Bump uv 0.11.24 => 0.12.3 * Bump virtualenv 21.5.1 => 21.7.3 * Bump websockets 16.0 => 17.0.1 * Remove markdown-it-py 4.2.0 * Remove mdurl 0.1.2 * Remove rich 15.0.0 Authored by: bashonly, dlp-bot Co-authored-by: bashonly <bashonly@protonmail.com>
This commit is contained in:
+12
-14
@@ -70,36 +70,34 @@ deno = [
|
||||
pin = [
|
||||
"brotli==1.2.0 ; implementation_name == 'cpython' and sys_platform != 'ios'",
|
||||
"brotlicffi==1.2.0.1 ; implementation_name != 'cpython'",
|
||||
"certifi==2026.6.17",
|
||||
"charset-normalizer==3.4.7",
|
||||
"certifi==2026.7.22",
|
||||
"charset-normalizer==3.4.9",
|
||||
"idna==3.18",
|
||||
"mutagen==1.48.1",
|
||||
"pycryptodomex==3.23.0",
|
||||
"requests==2.34.2",
|
||||
"urllib3==2.7.0",
|
||||
"websockets==16.0",
|
||||
"websockets==16.1.1 ; python_full_version < '3.11'",
|
||||
"websockets==17.0.1 ; python_full_version >= '3.11'",
|
||||
"yt-dlp-ejs==0.8.0",
|
||||
]
|
||||
pin-curl-cffi = [
|
||||
"certifi==2026.6.17 ; implementation_name == 'cpython'",
|
||||
"cffi==2.0.0 ; implementation_name == 'cpython'",
|
||||
"curl-cffi==0.15.0 ; implementation_name == 'cpython'",
|
||||
"markdown-it-py==4.2.0 ; implementation_name == 'cpython'",
|
||||
"mdurl==0.1.2 ; implementation_name == 'cpython'",
|
||||
"certifi==2026.7.22 ; implementation_name == 'cpython'",
|
||||
"cffi==2.1.1 ; implementation_name == 'cpython'",
|
||||
"curl-cffi==0.16.0 ; implementation_name == 'cpython'",
|
||||
"pycparser==3.0 ; implementation_name == 'cpython'",
|
||||
"pygments==2.20.0 ; implementation_name == 'cpython'",
|
||||
"rich==15.0.0 ; implementation_name == 'cpython'",
|
||||
"typing-extensions==4.16.0 ; python_full_version < '3.11'",
|
||||
]
|
||||
pin-secretstorage = [
|
||||
"cffi==2.0.0 ; platform_python_implementation != 'PyPy'",
|
||||
"cryptography==49.0.0",
|
||||
"cffi==2.1.1 ; platform_python_implementation != 'PyPy'",
|
||||
"cryptography==50.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'",
|
||||
"typing-extensions==4.16.0 ; python_full_version < '3.11'",
|
||||
]
|
||||
pin-deno = [
|
||||
"deno==2.8.3",
|
||||
"deno==2.9.5",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user