From b5d0fa8eb1cc9665ceeb46496f4b21ff86cb5068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:53:10 +0000 Subject: [PATCH] Bump tox from 4.6.3 to 4.6.4 Bumps [tox](https://github.com/tox-dev/tox) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.6.3...4.6.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/tox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tox.txt b/requirements/tox.txt index a3c590c4d..c67d5f45c 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -2,4 +2,4 @@ tox==3.14.0;python_version<="2.7" tox==3.28.0;python_version<="3.6" and python_version>"2.7" -tox==4.6.3;python_version>="3.7" +tox==4.6.4;python_version>="3.7"