[build] Update 14 dependencies (#16589)

* Bump build 1.4.4 => 1.5.0
* Bump cryptography 47.0.0 => 48.0.0
* Bump idna 3.13 => 3.15
* Bump markdown-it-py 4.0.0 => 4.2.0
* Bump pip 26.1 => 26.1.1
* Bump pyinstaller-hooks-contrib 2026.4 => 2026.5
* Bump pytest-rerunfailures 16.1 => 16.2
* Bump python-discovery 1.2.2 => 1.3.1
* Bump requests 2.33.1 => 2.34.2
* Bump ruff 0.15.12 => 0.15.13
* Bump trove-classifiers 2026.4.28.13 => 2026.5.7.17
* Bump urllib3 2.6.3 => 2.7.0
* Bump uv 0.11.8 => 0.11.14
* Bump virtualenv 21.3.0 => 21.3.3

Authored by: dlp-bot
This commit is contained in:
dlp-bot
2026-05-26 00:47:15 +02:00
committed by GitHub
parent 98e42eb044
commit dd17897eae
16 changed files with 322 additions and 322 deletions

View File

@@ -71,11 +71,11 @@ pin = [
"brotlicffi==1.2.0.1 ; implementation_name != 'cpython'",
"certifi==2026.4.22",
"charset-normalizer==3.4.7",
"idna==3.13",
"idna==3.15",
"mutagen==1.47.0",
"pycryptodomex==3.23.0",
"requests==2.33.1",
"urllib3==2.6.3",
"requests==2.34.2",
"urllib3==2.7.0",
"websockets==16.0",
"yt-dlp-ejs==0.8.0",
]
@@ -83,7 +83,7 @@ pin-curl-cffi = [
"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'",
"markdown-it-py==4.2.0 ; implementation_name == 'cpython'",
"mdurl==0.1.2 ; implementation_name == 'cpython'",
"pycparser==3.0 ; implementation_name == 'cpython'",
"pygments==2.20.0 ; implementation_name == 'cpython'",
@@ -91,7 +91,7 @@ pin-curl-cffi = [
]
pin-secretstorage = [
"cffi==2.0.0 ; platform_python_implementation != 'PyPy'",
"cryptography==47.0.0",
"cryptography==48.0.0",
"jeepney==0.9.0",
"pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'",
"secretstorage==3.5.0",