From 49d0bf3b6b83793f5f09bb3e11d1db7ac516a186 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Oct 2021 17:07:06 +0100 Subject: [PATCH] Update skia-pathops from 0.5.1.post1 to 0.7.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47727594d..3387b4e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ scipy==1.7.1; platform_python_implementation != "PyPy" munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.1.8 fs==2.4.13 -skia-pathops==0.5.1.post1; platform_python_implementation != "PyPy" +skia-pathops==0.7.1; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py ufoLib2==0.6.2 pyobjc==6.2.2; sys_platform == "darwin"