From 50d21a4d05981b17c1efb61b70dff9356b733110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 08:24:34 +0000 Subject: [PATCH] Bump tox from 3.23.1 to 4.25.0 Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 4.25.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/3.23.1...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c33df9788..4eb589350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ benchmarking = [ "protobuf>=4.0.0" ] dev = [ - "tox==3.23.1", + "tox==4.25.0", "virtualenv==20.30.0" ]