From e302710ffe75302ff3f5615132aa8fea7cf80ac7 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 16 Jan 2025 23:11:07 +0300 Subject: [PATCH] bump winloop in pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')