From 586759644329171296dc98e1616525d028252bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:11:04 +0000 Subject: [PATCH] Update tox requirement from <4.11,>=3.20 to >=3.20,<4.12 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.20.0...4.11.3) --- updated-dependencies: - dependency-name: tox 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 9bca1eb2..7176170e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "black[jupyter] >= 22,< 24", "docformatter>=1.5,<1.8", "ruff>0.0.215,<0.0.293", - "tox>=3.20,<4.11", + "tox>=3.20,<4.12", "twine>=3.3,<4.1", # Used to make releases to PyPI ] doc = [ @@ -55,7 +55,7 @@ tests = [ "pytest-cov>=2.10,<4.2", "rstcheck[sphinx,toml]>=5.0,<6.3", "ruff>0.0.215,<0.0.293", - "tox>=3.20,<4.11", + "tox>=3.20,<4.12", ] viz = [ "plotly>5.10,<5.18",