From 1325f2ee834354ea258cdff7d37a9848c2a978ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:46:22 +0000 Subject: [PATCH] chore(deps-dev): Update tox requirement from 4.27.0 to 4.29.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [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.27.0...4.29.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a10a8384..e3a6f3d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ autopep8 = "2.3.2" mypy = "1.17.0" bandit = "1.8.6" tomli = { version = "^2.0.1", python = "<3.11" } -tox = "4.27.0" +tox = "4.29.0" pyupgrade = "3.20.0" deptry = "0.23.0" # for tests, use the GPL-version of jsonschema format validators - they are faster