From 7273a5eba32b08063d1426f8f022e4734d87afbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:47:18 +0200 Subject: [PATCH] Bump tox from 4.14.2 to 4.15.0 (#1133) Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 to 4.15.0. - [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.14.2...4.15.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a77da39a..11ea51fd 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ # Setup. "pre-commit==3.7.0 ; python_version>='3.9'", "tox==3.27.1 ; python_version<'3.8'", - "tox==4.14.2 ; python_version>='3.8'", + "tox==4.15.0 ; python_version>='3.8'", # Testing framework. "pytest==6.1.2 ; python_version<'3.8'", "pytest==8.1.1 ; python_version>='3.8'",