From 4fd0e471e91f3cc711230bea5a955ca9793cbd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:03:55 +0000 Subject: [PATCH] Bump tox from 4.29.0 to 4.30.3 in /test Bumps [tox](https://github.com/tox-dev/tox) from 4.29.0 to 4.30.3. - [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.29.0...4.30.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 386fb59..dce7f71 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,6 @@ pytest == 8.4.1 pytest-testinfra == 10.2.2 pytest-clarity == 1.0.1 -tox == 4.29.0 +tox == 4.30.3 # Not adding pytest-xdist as using pytest with n > 1 cores # causes random issues with the emulated architectures