From 57ba5eddd5d6232a1f1c53a1b8176a1ca121f771 Mon Sep 17 00:00:00 2001 From: Peter Demin Date: Fri, 27 Sep 2019 16:15:30 -0400 Subject: [PATCH] Upgrade pip-compile-multi to fixed version pip-compile-multi of versions 1.5.3-1.5.6 has a bug that disables --upgrade option for pip-compile. It means, that the tool will work silently, just not doing upgrades. So it's quite tricky to find out what exactly is wrong. Command I ran: pip-compile-multi -ug base -P pip-compile-multi --- api/requirements/test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/requirements/test.txt b/api/requirements/test.txt index d4b64bb61..d6edae039 100644 --- a/api/requirements/test.txt +++ b/api/requirements/test.txt @@ -60,9 +60,9 @@ packaging==19.2 \ --hash=sha256:28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47 \ --hash=sha256:d9551545c6d761f3def1677baf08ab2a3ca17c56879e70fecba2fc4dde4ed108 \ # via pytest -pip-compile-multi==1.5.6 \ - --hash=sha256:535a23abab179dcd01c19b5672b2bbd8055ed128a214d07762f901413b3ad59a \ - --hash=sha256:7edfd95a538ea61ee7bdb582395c8c0d69c965278a01f9022bf2ac38259bf163 +pip-compile-multi==1.5.7 \ + --hash=sha256:b5693c691d278ab4425b1202c8c566a5f3858cc1c19d6540abf0ae69f0786681 \ + --hash=sha256:d823314b8c8cc8ace900d87d8953712f627253b0bf8f24c8474364ab92c402a4 pip-tools==4.1.0 \ --hash=sha256:156a950612e400bf951fc8139ed5420fbeb6a0d639fe8771344658b751a3f21e \ --hash=sha256:69a1fd795bb95002b37217d62306026e67ef17012e9f6cfb1c3bfab5c3c4bb2c \