From 12f8937a14f20324d1aba1ba69e639a4c4e758c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:51:25 +0000 Subject: [PATCH] :arrow_up: Update tox requirement 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.18.1...4.24.0) --- updated-dependencies: - dependency-name: tox 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 5921202..1adedca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pre-commit>=3.8,<4.1", "mypy>=1.11.2,<1.15.0", "ruff>=0.6.5,<0.10.0", - "tox>=4.18.1,<4.24.0" + "tox>=4.18.1,<4.25.0" ] florence_2 = [ "transformers>=4.43.0",