From a3afd5f2779d97cb6bb1e54f86e0bd01e29ab50e Mon Sep 17 00:00:00 2001 From: Antoine Romero-Romero Date: Sun, 15 Jan 2023 21:56:59 +0000 Subject: [PATCH] chore: update uvloop dependency to 0.17 for python 3.11 support --- pyproject.toml | 6 +++--- robyn/test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8c464971..5b59ec4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,9 @@ dependencies = [ 'watchdog == 2.1.3', 'multiprocess == 0.70.12.2', # conditional - 'uvloop == 0.16.0; sys_platform == "darwin"', - 'uvloop == 0.16.0; platform_machine == "x86_64"', - 'uvloop == 0.16.0; platform_machine == "i686"' + 'uvloop == 0.17.0; sys_platform == "darwin"', + 'uvloop == 0.17.0; platform_machine == "x86_64"', + 'uvloop == 0.17.0; platform_machine == "i686"' ] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/robyn/test-requirements.txt b/robyn/test-requirements.txt index e30bebd1f..bd951ed0a 100644 --- a/robyn/test-requirements.txt +++ b/robyn/test-requirements.txt @@ -2,7 +2,7 @@ pytest==6.2.5 maturin==0.12.11 watchdog requests==2.26.0 -uvloop==0.16.0 +uvloop==0.17.0 multiprocess==0.70.12.2 websockets==10.1 jinja2==3.0.2