This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 4f08bece7af4d6478b8dd271b394d564a05783b5 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 12:14:24 2020 +0100 Update tox version in Dockerfile. --- contrib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 8b85c78..584b0d6 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -49,7 +49,7 @@ RUN set -e && \ RUN python3 -m pip install --upgrade pip RUN set -e && \ - python3 -m pip install --no-cache-dir "tox==3.14.2" + python3 -m pip install --no-cache-dir "tox==3.20.1" COPY . /libcloud
