From 0989ee88cc3fc1fdead3d2b510c33a8353fa0d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 15 Dec 2020 12:48:50 +0100 Subject: [PATCH] Pin docker-py to commit (#2371) Co-authored-by: Pascal Vizeli --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2f54ac1b..bd00025ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ colorlog==4.6.2 cpe==1.2.1 cryptography==3.2.1 debugpy==1.2.1 -docker==4.4.0 gitpython==3.1.11 jinja2==2.11.2 packaging==20.4 @@ -18,3 +17,4 @@ pyudev==0.22.0 ruamel.yaml==0.15.100 sentry-sdk==0.19.5 voluptuous==0.12.1 +git+git://github.com/docker/docker-py@1757c974fa3a05b0e9b783af85242b18df09d05d#docker=4.4.1dev0 \ No newline at end of file