mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-19 05:44:48 -04:00
Update uvloop to 0.22.1 (#6705)
This commit is contained in:
@@ -19,7 +19,7 @@ typing_extensions
|
||||
yarl
|
||||
distro; sys_platform == "linux"
|
||||
# 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"
|
||||
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
|
||||
# Used by discord.py[speedup]. See Pull request #6587 for more info.
|
||||
Brotli
|
||||
|
||||
@@ -88,7 +88,7 @@ importlib-metadata==8.5.0; python_version != "3.10" and python_version != "3.11"
|
||||
# via markdown
|
||||
pytz==2026.1.post1; python_version == "3.8"
|
||||
# via babel
|
||||
uvloop==0.21.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
|
||||
uvloop==0.22.1; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
|
||||
# via -r base.in
|
||||
zipp==3.20.2; python_version != "3.10" and python_version != "3.11"
|
||||
# via importlib-metadata
|
||||
|
||||
Reference in New Issue
Block a user