From 1ffc92887a5f96a3c425409f193af9ca16775509 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Tue, 11 Aug 2020 21:42:56 +0200 Subject: [PATCH] Pin test/build pip-dependencies to their last known versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix current travis docker API-version mismatches … in a crude, but safe way. --- tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 36006cfc..771b9926 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -docker -colorama +docker==4.2.2 +colorama==0.4.3