From d906e3d9a8eed23fea4e9db9866d1c0387caa79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 19:47:46 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.27.0 to 4.28.3 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.28.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.3 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 64f0ce8a..01a8e227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ isort = "6.0.1" autopep8 = "2.3.2" mypy = "1.17.0" tomli = { version = "2.2.1", python = "<3.11" } -tox = "4.27.0" +tox = "4.28.3" xmldiff = "2.7.0" bandit = "1.8.6" pyupgrade = "3.20.0"