From f256ab7a38bcf36f1350a7d5ac391da84b95e304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:49:47 +0000 Subject: [PATCH] Update tox requirement from ^3.23.0 to >=3.23,<5.0 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/3.23.0...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 50ea38c..5d5aa69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ lxml = "^5.2.2" mypy = "^1.1" pytest = "^7.0.0" pytest-cov = "^4.0.0" -tox = "^3.23.0" +tox = ">=3.23,<5.0" ruff = ">=0.12,<0.16" [build-system]