From 0e687df41f19617bb39cc2a46fa2f72f4604173b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 07:41:52 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 86777ec9..536c2ae9 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.4.6; 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'