From 8eeb2c80fc2ae3dd3583f2b4c9de05b35e5b58bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:37:58 +0000 Subject: [PATCH] Bump tox from 4.17.1 to 4.18.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.17.1 to 4.18.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.17.1...4.18.0) --- 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 60b07a08..06050542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.2", "setuptools_scm == 8.1.0", - "tox == 4.17.1", + "tox == 4.18.0", ] # Docs are always built on a specific Python version; see RTD and tox config files, # and the docs contribution guide.