From c46cb4deb5bb2c51dd1b26145c713b1cf8d5a2ab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Feb 2019 15:22:05 +0000 Subject: [PATCH] Update munkres from 1.0.12 to 1.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acfd0fd42..cf1bcced8 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.1.2; platform_python_implementation == "PyPy" zopfli==0.1.6 fs==2.3.1