From 038d99aa015c0547fb9b665167d7f50045efab1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:57:41 +0000 Subject: [PATCH] Bump tox from 4.23.0 to 4.23.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.23.0 to 4.23.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.23.0...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 002c86fdb..9f9baa8c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ "pytest == 8.3.3", "pytest-xdist == 3.6.1", "setuptools_scm == 8.1.0", - "tox == 4.23.0", + "tox == 4.23.2", ] # Docs are always built on a specific Python version; see RTD and tox config files, # and the docs contribution guide.