From 02a286cd13798f42ed57e72e4ea34072dd5e93d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:50:40 +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..2542d2dc 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.11.3; 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..f7d96c5c 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.11.3; 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'