From b4e378934d34be0bb78b173279bd34ebdbff5737 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 21:27:14 +0000 Subject: [PATCH 1/2] Bump tox from 2.9.1 to 3.18.1 Bumps [tox](https://github.com/tox-dev/tox) from 2.9.1 to 3.18.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/2.9.1...3.18.1) Signed-off-by: dependabot-preview[bot] --- requirements-indirect.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-indirect.txt b/requirements-indirect.txt index 9f9c0aec0..60c92e728 100644 --- a/requirements-indirect.txt +++ b/requirements-indirect.txt @@ -23,6 +23,6 @@ pyrsistent==0.16.0 smmap==3.0.4 smmap2==3.0.1 toml==0.10.1 -tox==2.9.1 +tox==3.18.1 virtualenv==20.0.29 wcwidth==0.1.9 From 836fc569014de13181793599f50060b2c1e07729 Mon Sep 17 00:00:00 2001 From: aiordache Date: Wed, 5 Aug 2020 15:06:47 +0200 Subject: [PATCH 2/2] Bump tox version to 3.18.1 in dockerfile Signed-off-by: aiordache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a49890aca..4661b645b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker WORKDIR /code/ # FIXME(chris-crone): virtualenv 16.3.0 breaks build, force 16.2.0 until fixed RUN pip install virtualenv==20.0.29 -RUN pip install tox==2.9.1 +RUN pip install tox==3.18.1 COPY requirements-indirect.txt . COPY requirements.txt .