diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2a1621..ffdfb15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,5 +42,5 @@ repos: - tomli<3 - types-aiofiles - typing-extensions<5 - - uvloop<0.21; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux') + - uvloop<0.22; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux') - winloop<0.1.7; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')