Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
chore: update uvloop in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 17, 2024
1 parent b563807 commit 38728ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 38728ef

Please sign in to comment.