From 2d64f36a207493a2d0614d9dd5901d4999543d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:43:12 +0000 Subject: [PATCH] Build(deps-dev): Update tox requirement from >=4.56.0 to >=4.56.1 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.56.0...4.56.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 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 c5d937c..fd4d4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest-xdist[psutil]>=3.8.0", "ruff>=0.15.19", "sphinx>=9.0.4", - "tox>=4.56.0", + "tox>=4.56.1", "tox-gh-actions>=3.5.0", ]