From e624678fe672fccbbb6c426f312bc9991a4a2f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:14:37 +0000 Subject: [PATCH] Bump tox from 3.23.1 to 3.25.1 in /runtime/bindings/python Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 3.25.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/3.23.1...3.25.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtime/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bindings/python/requirements_test.txt b/runtime/bindings/python/requirements_test.txt index 595f3e4f75db85..81bf92161bac1c 100644 --- a/runtime/bindings/python/requirements_test.txt +++ b/runtime/bindings/python/requirements_test.txt @@ -9,5 +9,5 @@ pydocstyle==5.1.1 pytest-xdist==2.2.1 pytest==6.1.2 retrying==1.3.3 -tox==3.23.1 +tox==3.25.1 wheel==0.36.2