File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- fonttools [lxml,ufo ]== 4.59.1
1+ fonttools [lxml,ufo ]== 4.59.2
22defcon == 0.10.3
33compreffor == 0.5.6
44booleanOperations == 0.9.0
Original file line number Diff line number Diff line change 3030 setup_requires = pytest_runner + wheel + ["setuptools_scm" ],
3131 tests_require = ["pytest>=2.8" ],
3232 install_requires = [
33- "fonttools[ufo]>=4.58.5 " ,
33+ "fonttools[ufo]>=4.59.2 " ,
3434 "cffsubr>=0.3.0" ,
3535 "booleanOperations>=0.9.0" ,
36- "fontMath>=0.9.3 " ,
36+ "fontMath>=0.9.4 " ,
3737 ],
3838 extras_require = {
3939 "pathops" : ["skia-pathops>=0.8.0" ],
4040 "cffsubr" : [], # keep empty for backward compat
41- "compreffor" : ["compreffor>=0.5.5 " ],
41+ "compreffor" : ["compreffor>=0.5.6 " ],
4242 },
4343 python_requires = ">=3.9" ,
4444 classifiers = [
You can’t perform that action at this time.
0 commit comments