aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-03-19 11:00:02 -0700
committerHaibo Huang <hhb@google.com>2019-03-26 05:15:59 +0000
commita2a985d8342c1e502031a5232f1ce51fee03f608 (patch)
treefd26782cbbf4c73650f8c5b42ebcb2b2e2b2be10 /requirements.txt
parent1a848cf10963c4e16d364d749a911c41760a3525 (diff)
downloadfonttools-a2a985d8342c1e502031a5232f1ce51fee03f608.tar.gz
Release log: https://github.com/fonttools/fonttools/releases/tag/3.39.0 Test: None Change-Id: I1f44c46f9b97e91ad013d294a1b806b2e5980057
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index acfd0fd4..8532edd5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,6 @@ brotli==1.0.7; platform_python_implementation != "PyPy"
brotlipy==0.7.0; platform_python_implementation == "PyPy"
unicodedata2==11.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
scipy==1.2.1; platform_python_implementation != "PyPy"
-munkres==1.0.12; platform_python_implementation == "PyPy"
+munkres==1.0.12; platform_python_implementation == "PyPy" # pyup: ignore
zopfli==0.1.6
-fs==2.3.1
+fs==2.4.4