Bump dependencies (#6666)

This commit is contained in:
Jakub Kuczys
2026-03-04 22:05:14 +01:00
committed by GitHub
parent 666e249413
commit 40b01c7985
5 changed files with 20 additions and 19 deletions

View File

@@ -18,7 +18,8 @@ schema
typing_extensions
yarl
distro; sys_platform == "linux"
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
# https://github.com/MagicStack/uvloop/issues/702
uvloop>=0.21.0,!=0.22.0,!=0.22.1; sys_platform != "win32" and platform_python_implementation == "CPython"
# Used by discord.py[speedup]. See Pull request #6587 for more info.
Brotli