From 7de3c6e913044f2ac82372325ca6f322257d1bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:05:24 +0000 Subject: [PATCH] build(deps): Update tox requirement from <5,>=4.56.2 to >=4.56.4,<5 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.2...4.56.4) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index f1d3d8d..8c34b95 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,2 +1,2 @@ -tox>=4.56.2,<5 +tox>=4.56.4,<5 build>=1.5.0,<2.0