From 74094d70c15afdd9991f8b731d318f66b686cf62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:33:44 +0100 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.12.0 to 4.12.1 (#533) 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.12.0...4.12.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ab50de9..c8762911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ pep8-naming = "0.13.3" isort = "5.13.2" autopep8 = "2.0.4" mypy = "1.8.0" -tox = "4.12.0" +tox = "4.12.1" xmldiff = "2.6.3" bandit = "1.7.6"