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 3dbd39f + 2379aa4 commit 5bf40ddCopy full SHA for 5bf40dd
requirements.txt
@@ -4,4 +4,4 @@
4
#
5
# pip-compile
6
7
-fonttools==4.22.0 # via dehinter (setup.py)
+fonttools==4.22.1 # via dehinter (setup.py)
setup.py
@@ -13,7 +13,7 @@
13
REQUIRES_PYTHON = ">=3.6.0"
14
15
INSTALL_REQUIRES = [
16
- "fontTools==4.22.0",
+ "fontTools==4.22.1",
17
]
18
# Optional packages
19
EXTRAS_REQUIRES = {
0 commit comments