From 42545bfdb5c00101e4012fe19380d30302ac3aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:14:15 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.23.0 to 4.23.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.23.0...4.23.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 5ac87dff..5683344d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ isort = "5.13.2" autopep8 = "2.3.1" mypy = "1.12.0" tomli = { version = "2.0.2", python = "<3.11" } -tox = "4.23.0" +tox = "4.23.2" xmldiff = "2.7.0" bandit = "1.7.10"