From 2529a4f9dd6286107eaf7e12c656429595f37b60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 07:33:00 +0000 Subject: [PATCH] Bump fonttools from 4.5.0 to 4.6.0 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/master/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.5.0...4.6.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1f51a9..8a7b7e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -fontTools==4.5.0 \ No newline at end of file +fontTools==4.6.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 6ae392c..155464a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Source Foundry Authors and Contributors" REQUIRES_PYTHON = ">=3.6.0" -INSTALL_REQUIRES = ["fontTools==4.5.0", +INSTALL_REQUIRES = ["fontTools==4.6.0", ] # Optional packages EXTRAS_REQUIRES = {