Skip to content

Commit cb34773

Browse files
Merge pull request #34 from source-foundry/dependabot/pip/fonttools-4.12.1
2 parents 5b7d714 + 9b31eb1 commit cb34773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55
# pip-compile
66
#
7-
fonttools==4.12.0 # via dehinter (setup.py)
7+
fonttools==4.12.1 # via dehinter (setup.py)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR = "Source Foundry Authors and Contributors"
1313
REQUIRES_PYTHON = ">=3.6.0"
1414

15-
INSTALL_REQUIRES = ["fontTools==4.12.0",
15+
INSTALL_REQUIRES = ["fontTools==4.12.1",
1616
]
1717
# Optional packages
1818
EXTRAS_REQUIRES = {

0 commit comments

Comments
 (0)