From 8c5bb3ed76f210d0e389fa7aacd8574f67b90243 Mon Sep 17 00:00:00 2001 From: monosans Date: Fri, 4 Oct 2024 09:38:41 +0300 Subject: [PATCH] chore: update .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3888df8..899b209 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,5 +41,5 @@ repos: - tomli<3 - types-aiofiles - typing-extensions<5 - - uvloop<0.20; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux") - - winloop<0.1.5; implementation_name == "cpython" and (sys_platform == "cygwin" or sys_platform == "win32") + - uvloop<0.21; 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')