From daca4d91b240f85e22c9da5c492a1cc80ec9ab71 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 5 Jun 2019 14:43:07 -0400 Subject: [PATCH] Updated pyodm Former-commit-id: 7af31e8bb75639197ddd9f8f1a7cb27346093101 --- Dockerfile | 2 +- configure.sh | 2 +- portable.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5085b3a..dd558977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN pip install -U \ xmltodict \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.1 \ + pyodm==1.5.2 \ Pillow RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL diff --git a/configure.sh b/configure.sh index f86fcc8c..7520d63a 100755 --- a/configure.sh +++ b/configure.sh @@ -80,7 +80,7 @@ install() { repoze.lru \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.1 \ + pyodm==1.5.2 \ Pillow # Fix: /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. diff --git a/portable.Dockerfile b/portable.Dockerfile index 65577c07..f8e53531 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -76,7 +76,7 @@ RUN pip install -U \ xmltodict \ rasterio \ attrs==19.1.0 \ - pyodm==1.5.1 \ + pyodm==1.5.2 \ Pillow RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL