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 5b7d714 + 9b31eb1 commit cb34773Copy full SHA for cb34773
requirements.txt
@@ -4,4 +4,4 @@
4
#
5
# pip-compile
6
7
-fonttools==4.12.0 # via dehinter (setup.py)
+fonttools==4.12.1 # 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.0",
+INSTALL_REQUIRES = ["fontTools==4.12.1",
16
]
17
# Optional packages
18
EXTRAS_REQUIRES = {
0 commit comments