Skip to content

Commit

Permalink
Bump uvloop to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 14, 2023
1 parent 8996704 commit 8fbe45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ repos:
additional_dependencies:
- aiohttp<4
- rich<14
- uvloop<0.18; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")
- uvloop<0.19; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ aiodns>=3.0,<4
aiohttp-socks>=0.7,<0.9
aiohttp>=3.8,<4
rich>=12.3,<14
uvloop>=0.16,<0.18; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")
uvloop>=0.16,<0.19; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")

0 comments on commit 8fbe45c

Please sign in to comment.