From 8aaad79ccc2d41ecead0b023b51d0f2717378859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:23:10 +0000 Subject: [PATCH] :arrow_up: Update tox requirement --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 171792b..ac6a8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pre-commit>=3.8,<4.3", "mypy>=1.11.2,<1.17.0", "ruff>=0.6.5,<0.12.0", - "tox>=4.18.1,<4.27.0" + "tox>=4.18.1,<4.29.0" ] florence_2 = [ "peft>=0.12",