From 14d87cfac23d6a326b4ab5bab3093b939281b91f Mon Sep 17 00:00:00 2001 From: helgi Date: Mon, 12 Sep 2016 12:51:51 -0700 Subject: [PATCH] chore(requirements) Update to docker-py 1.10.2 https://github.com/docker/docker-py/blob/master/docs/change_log.md#1100 --- rootfs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/requirements.txt b/rootfs/requirements.txt index 06f6eb146..b19bdf045 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -4,7 +4,7 @@ Django==1.10.1 django-cors-middleware==1.3.1 django-guardian==1.4.6 djangorestframework==3.4.6 -docker-py==1.9.0 +docker-py==1.10.2 gunicorn==19.6.0 jmespath==0.9.0 jsonfield==1.0.3