diff --git a/requirements.txt b/requirements.txt index 689b2bb8..ded80a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -fonttools[ufo,repacker,lxml,unicode]==4.54.1; platform_python_implementation == 'CPython' -fonttools[ufo,repacker,unicode]==4.54.1; platform_python_implementation != 'CPython' -glyphsLib==6.9.4 +fonttools[unicode,ufo,repacker,lxml]==4.55.0; platform_python_implementation == 'CPython' +fonttools[unicode,ufo,repacker]==4.55.0; platform_python_implementation != 'CPython' +glyphsLib==6.9.5 ufo2ft==3.3.1 fontMath==0.9.4 booleanOperations==0.9.0 -ufoLib2==0.16.1 +ufoLib2==0.17.0 cffsubr==0.3.0 compreffor==0.5.6 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json cattrs==24.1.2 -orjson==3.10.11; platform_python_implementation == 'CPython' +orjson==3.10.12; platform_python_implementation == 'CPython'