From 2f0b065b308185bc792e92c397dee18706adf083 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 14 Nov 2022 13:43:29 +0000 Subject: [PATCH] requirements.txt: bump skia-pathops==0.7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4acd9c3f0..cb4bf76e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ scipy==1.9.3; platform_python_implementation != "PyPy" and python_version > '3.7 munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.2.1 fs==2.4.16 -skia-pathops==0.7.2; platform_python_implementation != "PyPy" +skia-pathops==0.7.3; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py ufoLib2==0.14.0 pyobjc==9.0; sys_platform == "darwin"