From 2d70ab297e89b8ae0fda68bd25f68ae4f60b00d9 Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Wed, 17 Jul 2019 15:23:39 -0600 Subject: [PATCH] Bump base tox to tox==3.13.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bf0377..9e19e80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN set -x && \ RUN pyenv local 3.7.0 && \ python -m pip install -U pip && \ - python -m pip install tox==3.3.0 && \ + python -m pip install tox==3.13.2 && \ pyenv local --unset && \ pyenv rehash