From 1f9ca8f33d49a9e63169f567213298c40fbab6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 07:43:13 +0000 Subject: [PATCH] Update tox requirement from <4.24,>=4.23.2 to >=4.23.2,<4.31 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.23.2...4.30.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.3 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 ce37bb8..3d0662a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev-mypy = [ ] dev = [ "frouros[docs,notebooks,dev-tests,dev-ruff,dev-mypy]", - "tox>=4.23.2,<4.24", + "tox>=4.23.2,<4.31", ] [project.urls]