From b89691513ec2ccaece0f92605cd2bcb02969e3d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:29:53 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4 --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 86777ec9..7eba7868 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -132,7 +132,7 @@ toml==0.10.2 tox-pipenv==1.10.1 -tox==3.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +tox==4.14.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' tqdm==4.64.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements-dev.txt b/requirements-dev.txt index be1c71cb..dc1a4f7c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -132,7 +132,7 @@ toml==0.10.1 tox-pipenv==1.10.1 -tox==3.20.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +tox==4.14.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' tqdm==4.51.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'