From b79e0df21cebb52569aeb6633f95a14c2316423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 01:53:35 +0000 Subject: [PATCH] Bump tox from 3.24.5 to 4.4.11 Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 4.4.11. - [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.24.5...4.4.11) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5f82f14..823a5c4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==21.3.1; python_version >= '3' pip==20.3.4; python_version < '3' flake8==4.0.1; python_version >= '3' flake8==3.9.2; python_version < '3' -tox==3.24.5 +tox==4.4.11 coverage==5.5; python_version < '3' coverage==6.2; python_version >= '3' Sphinx==4.3.2; python_version >= '3'