From dc858f388a3fa9ab5cd0dddf20d8cf649277453d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:40:52 +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..f87d95c2 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.6.4; 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..2cfc8970 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.6.4; 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'