From bb2ce977df41e42c2dfc696c020960dc8f5b0d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:46:54 +0000 Subject: [PATCH] Bump tox from 4.23.2 to 4.24.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.23.2 to 4.24.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.23.2...4.24.1) --- 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 32be44300..543088453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ # Setup. "pre-commit==4.0.1 ; python_version>='3.9'", "tox==3.27.1 ; python_version<'3.8'", - "tox==4.23.2 ; python_version>='3.8'", + "tox==4.24.1 ; python_version>='3.8'", # Testing framework. "pytest==6.1.2 ; python_version<'3.8'", "pytest==8.3.2 ; python_version>='3.8'",