From 0469a4a577cc35faa7813a1360f757788b194278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 13:03:32 +0000 Subject: [PATCH] Bump tox from 3.20.1 to 3.21.0 in /ngraph/python Bumps [tox](https://github.com/tox-dev/tox) from 3.20.1 to 3.21.0. - [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/3.20.1...3.21.0) Signed-off-by: dependabot[bot] --- ngraph/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index 7ebee9a940479e..72707d919a8ebc 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -6,5 +6,5 @@ onnx==1.8.0 pydocstyle==5.1.1 pytest==6.1.2 retrying==1.3.3 -tox==3.20.1 +tox==3.21.0 wheel==0.35.1