From ccd040f6b4800a3f6c1a9d26921afccbbe982455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 19:29:58 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.24.1 to 4.24.2 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.24.1...4.24.2) --- updated-dependencies: - dependency-name: tox 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 3b99457b..5a254f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ isort = "5.13.2" autopep8 = "2.3.1" mypy = "1.14.1" tomli = { version = "2.2.1", python = "<3.11" } -tox = "4.24.1" +tox = "4.24.2" xmldiff = "2.7.0" bandit = "1.7.10"