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 6df528f + 1ccd2e6 commit dcea14bCopy full SHA for dcea14b
requirements.txt
@@ -4,4 +4,4 @@
4
#
5
# pip-compile
6
7
-fonttools==4.12.1 # via dehinter (setup.py)
+fonttools==4.13.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.12.1",
+INSTALL_REQUIRES = ["fontTools==4.13.0",
16
]
17
# Optional packages
18
EXTRAS_REQUIRES = {
0 commit comments