From 77fb2ec3593fac577a48894f329a77a7ac6d417c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:26:49 +0100 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.12.1 to 4.13.0 (#553) 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.1...4.13.0) --- 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 38667e25..ede6e901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ pep8-naming = "0.13.3" isort = "5.13.2" autopep8 = "2.0.4" mypy = "1.8.0" -tox = "4.12.1" +tox = "4.13.0" xmldiff = "2.6.3" bandit = "1.7.7"