1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-16 22:45:15 +00:00

[rh:websockets] Upgrade websockets to 13.0 (#10815)

Fixes CI hanging

Authored by: coletdjnz
This commit is contained in:
coletdjnz
2024-08-21 19:17:26 +12:00
committed by GitHub
parent f0bb28504c
commit 6f9e653743
5 changed files with 8 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ dependencies = [
"pycryptodomex",
"requests>=2.32.2,<3",
"urllib3>=1.26.17,<3",
"websockets>=12.0",
"websockets>=13.0",
]
[project.optional-dependencies]