Skip to content

Commit 2379aa4

Browse files
Bump fonttools from 4.22.0 to 4.22.1
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.22.0 to 4.22.1. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.22.0...4.22.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3dbd39f commit 2379aa4

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.22.0 # via dehinter (setup.py)
7+
fonttools==4.22.1 # via dehinter (setup.py)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
REQUIRES_PYTHON = ">=3.6.0"
1414

1515
INSTALL_REQUIRES = [
16-
"fontTools==4.22.0",
16+
"fontTools==4.22.1",
1717
]
1818
# Optional packages
1919
EXTRAS_REQUIRES = {

0 commit comments

Comments
 (0)