From 8014772a8e2fdc1d7a00dbe69c35ebe1f8a4f374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:10:43 +0000 Subject: [PATCH] Bump tox from 4.26.0 to 4.30.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.26.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.26.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..c922677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-django==4.11.1", "pytest-cov==6.1.1", "pytest-randomly==3.16.0", - "tox==4.26.0", + "tox==4.30.3", ] [project.urls]