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:
@@ -239,38 +239,6 @@ DEPENDENCIES: list[Dependency] = [
|
||||
comment='Not included in `yt-dlp_x86.exe` Windows builds',
|
||||
project_url='https://www.python-httpx.org/',
|
||||
),
|
||||
# Dependency of curl_cffi
|
||||
Dependency(
|
||||
name='rich',
|
||||
license='MIT',
|
||||
license_url='https://raw.githubusercontent.com/Textualize/rich/refs/heads/main/LICENSE',
|
||||
comment='Not included in `yt-dlp_x86.exe` Windows builds',
|
||||
project_url='https://rich.readthedocs.io/',
|
||||
),
|
||||
# Dependency of rich
|
||||
Dependency(
|
||||
name='pygments',
|
||||
license='BSD-2-Clause',
|
||||
license_url='https://raw.githubusercontent.com/pygments/pygments/refs/heads/master/LICENSE',
|
||||
comment='Not included in `yt-dlp_x86.exe` Windows builds',
|
||||
project_url='http://pygments.org/',
|
||||
),
|
||||
# Dependency of rich
|
||||
Dependency(
|
||||
name='markdown-it-py',
|
||||
license='MIT',
|
||||
license_url='https://raw.githubusercontent.com/executablebooks/markdown-it-py/refs/heads/master/LICENSE',
|
||||
comment='Not included in `yt-dlp_x86.exe` Windows builds',
|
||||
project_url='https://markdown-it-py.readthedocs.io/',
|
||||
),
|
||||
# Dependency of markdown-it-py
|
||||
Dependency(
|
||||
name='mdurl',
|
||||
license='MIT',
|
||||
license_url='https://raw.githubusercontent.com/executablebooks/mdurl/refs/heads/master/LICENSE',
|
||||
comment='Not included in `yt-dlp_x86.exe` Windows builds',
|
||||
project_url='https://github.com/executablebooks/mdurl',
|
||||
),
|
||||
# Dependency of cryptography and curl_cffi
|
||||
Dependency(
|
||||
name='cffi',
|
||||
|
||||
Reference in New Issue
Block a user