From 2da57c50bddaf91f19c1f528c2b24e6326d6291f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:20:32 +0000 Subject: [PATCH] Bump tox from 3.24.5 to 3.26.0 in /src/bindings/python Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.26.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.24.5...3.26.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 581fb9d5cc62ad..70e9ab4f9a8b09 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/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.24.5 +tox==3.26.0 wheel==0.36.2