requirements.txt: bump skia-pathops==0.7.3

This commit is contained in:
Cosimo Lupo 2022-11-14 13:43:29 +00:00
parent de015cd0a1
commit 2f0b065b30
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -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"