From d267304a3118c2c4b7eba9df9d9a1cec2e3b7d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:58:35 +0000 Subject: [PATCH] Update tox requirement from <4.26,>=4.16.0 to >=4.16.0,<4.27 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.16.0...4.26.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07c8659d..0fb5bce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff>0.0.215,<0.11.11", - "tox>=4.16.0,<4.26", + "tox>=4.16.0,<4.27", "twine>=3.3,<6.2", # Used to make releases to PyPI ] doc = [ @@ -54,7 +54,7 @@ tests = [ "pytest-cov>=2.10,<6.2", "rstcheck[sphinx,toml]>=5.0,<6.3", "ruff>0.0.215,<0.11.11", - "tox>=4.16.0,<4.26", + "tox>=4.16.0,<4.27", ] viz = [ "plotly>5.10,<6.1",