From 336d593fd8ebfedfded25fe0be831154c254a557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:07:33 +0000 Subject: [PATCH] Update tox requirement from ~=4.11.4 to ~=4.12.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.11.4...4.12.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ab99a9..60889d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ ansible-lint~=6.22.1 docker~=7.0.0 molecule~=6.0.3 molecule-docker~=2.1.0 -tox~=4.11.4 +tox~=4.12.0 testinfra~=6.0.0 yamllint~=1.33.0