diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83cbfab9d..7e29bdb01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,4 +46,4 @@ repos: - tomli<3 - typing-extensions<5 - uvloop<0.22; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux') - - winloop<0.1.8; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32') + - winloop<0.1.9; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')