Skip to content

Commit

Permalink
Bump fonttools from 4.9.0 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/master/NEWS.rst)
- [Commits](fonttools/fonttools@4.9.0...4.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored May 18, 2020
1 parent 58dd88c commit 6c549c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# pip-compile
#
fonttools==4.9.0 # via dehinter (setup.py)
fonttools==4.10.0 # via dehinter (setup.py)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR = "Source Foundry Authors and Contributors"
REQUIRES_PYTHON = ">=3.6.0"

INSTALL_REQUIRES = ["fontTools==4.9.0",
INSTALL_REQUIRES = ["fontTools==4.10.0",
]
# Optional packages
EXTRAS_REQUIRES = {
Expand Down

0 comments on commit 6c549c2

Please sign in to comment.