From c99fd6fa7420946ddc3d9aeff91c174e0ccf2191 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 20:23:42 +0100 Subject: [PATCH] Update uvloop from 0.18.0 to 0.19.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 1ef08ef0a..a08d2745b 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -165,7 +165,7 @@ gmsh==4.11.1 pyenchant==3.2.2; sys_platform == 'darwin' or sys_platform == 'win32' # uvloop does not currently support Windows. -uvloop==0.18.0; sys_platform != 'win32' +uvloop==0.19.0; sys_platform != 'win32' # pydivert only runs on Windows pydivert==2.1.0; sys_platform == 'win32'