From f1ddecc055596ba95dea1748b27a26391995e9f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Oct 2021 17:07:06 +0100 Subject: [PATCH] Update ufolib2 from 0.6.2 to 0.11.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3387b4e35..3b4f07478 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ zopfli==0.1.8 fs==2.4.13 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 +ufoLib2==0.11.4 pyobjc==6.2.2; sys_platform == "darwin"