From acac032e9d1f6bda2ed06d70101844b11c6af1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:20:53 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.21.2 to 4.23.0 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.21.2...4.23.0) --- 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 b2919a4c..7c68213a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ isort = "5.13.2" autopep8 = "2.3.1" mypy = "1.11.2" tomli = { version = "2.0.1", python = "<3.11" } -tox = "4.21.2" +tox = "4.23.0" xmldiff = "2.7.0" bandit = "1.7.10"