From 0ab2b873f743cfd4a1018cfff6fe2d0d467ec055 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 07:54:41 +0000 Subject: [PATCH] Bump fonttools from 4.4.3 to 4.5.0 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.4.3 to 4.5.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.4.3...4.5.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 27e403f..d1f51a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -fontTools==4.4.3 \ No newline at end of file +fontTools==4.5.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 63acb85..6ae392c 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.4.3", +INSTALL_REQUIRES = ["fontTools==4.5.0", ] # Optional packages EXTRAS_REQUIRES = {