From e39e3193b177d953bcd5a5bf893fc229a846bcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:17:36 +0000 Subject: [PATCH] Bump tox from 4.11.0 to 4.12.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.0 to 4.12.1. - [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.11.0...4.12.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f1ebc02..5ca24ebf 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ # Setup. "pre-commit==3.6.0 ; python_version>='3.9'", "tox==3.27.1 ; python_version<'3.8'", - "tox==4.11.0 ; python_version>='3.8'", + "tox==4.12.1 ; python_version>='3.8'", # Testing framework. "pytest==6.1.2 ; python_version<'3.8'", "pytest==7.4.0 ; python_version>='3.8'",