We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcea14b + 7013d6d commit 22c6ccfCopy full SHA for 22c6ccf
requirements.txt
@@ -4,4 +4,4 @@
4
#
5
# pip-compile
6
7
-fonttools==4.13.0 # via dehinter (setup.py)
+fonttools==4.14.0 # via dehinter (setup.py)
setup.py
@@ -12,7 +12,7 @@
12
AUTHOR = "Source Foundry Authors and Contributors"
13
REQUIRES_PYTHON = ">=3.6.0"
14
15
-INSTALL_REQUIRES = ["fontTools==4.13.0",
+INSTALL_REQUIRES = ["fontTools==4.14.0",
16
]
17
# Optional packages
18
EXTRAS_REQUIRES = {
0 commit comments