Skip to content

Commit 3eb9851

Browse files
committed
bump fonttools
1 parent 9763de4 commit 3eb9851

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fonttools[lxml,ufo]==4.59.1
1+
fonttools[lxml,ufo]==4.59.2
22
defcon==0.10.3
33
compreffor==0.5.6
44
booleanOperations==0.9.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
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=[

0 commit comments

Comments
 (0)