From bb7b4e0c7c8421854c00a97f42c6d16367bfd324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:07:25 +0000 Subject: [PATCH] build(deps): bump tox from 4.23.0 to 4.23.2 (#11670) Bumps [tox](https://github.com/tox-dev/tox) from 4.23.0 to 4.23.2. - [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.23.0...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ba9290a3e..da1a1765f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,6 +7,6 @@ molecule==24.9.0 molecule-plugins[vagrant]==23.5.3 pytest-testinfra==10.1.1 python-vagrant==1.0.0 -tox==4.23.0 +tox==4.23.2 tzdata==2024.2 yamllint==1.35.1