From 8bf0e39f62c57c8afb6b7c152156e7af1f02bd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:21:45 +0100 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.11.3 to 4.11.4 (#502) 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.11.3...4.11.4) --- 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 3863a4dd..a4745051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ pep8-naming = "0.13.3" isort = "5.12.0" autopep8 = "2.0.4" mypy = "1.7.1" -tox = "4.11.3" +tox = "4.11.4" xmldiff = "2.6.3" bandit = "1.7.5"