From 9b5b18a38cdb28f0b6dc1923cbc5a5db593c32b7 Mon Sep 17 00:00:00 2001 From: monosans Date: Sat, 14 Oct 2023 11:11:18 +0300 Subject: [PATCH] Bump uvloop to 0.18 --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac84e39..8403038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,4 +40,4 @@ repos: - aiofile<4 - 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") diff --git a/requirements.txt b/requirements.txt index 114edc2..f3c445a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiofile>=3.8,<4 aiohttp-socks>=0.7,<0.9 aiohttp>=3.8,<4 rich>=12.0,<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")