From 9328fcf6ce3fab52814f11260b27c20ce8260eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:31:14 +0000 Subject: [PATCH] Bump tox from 4.20.0 to 4.21.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 to 4.21.2. - [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.20.0...4.21.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e57c74ed..69c568b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "pre-commit == 4.0.0 ; python_version >= '3.9'", "pytest == 8.3.3", "setuptools_scm == 8.1.0", - "tox == 4.20.0", + "tox == 4.21.2", ] # Docs are always built on a specific Python version; see RTD and tox config files, # and the docs contribution guide.