From 93bece28ff424c1145bfcfb82ec413c11429c4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:04:31 +0000 Subject: [PATCH] Bump tox from 4.31.0 to 4.32.0 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [tox](https://github.com/tox-dev/tox). Updates `tox` from 4.31.0 to 4.32.0 - [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.31.0...4.32.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de1931c..17e035f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 toml==0.10.2 -tox==4.31.0 +tox==4.32.0 traitlets==5.14.3 virtualenv==20.35.3 wcwidth==0.2.14