From 315faa37ca397ac92a6a3172a3453baf9d206e1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Dec 2021 16:05:21 +0000 Subject: [PATCH] Update ufolib2 from 0.12.1 to 0.13.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70200493b..b0fa6cb18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ zopfli==0.1.9 fs==2.4.14 skia-pathops==0.7.2; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py -ufoLib2==0.12.1 +ufoLib2==0.13.0 pyobjc==8.1; sys_platform == "darwin"