From 74295a04159c70e4811ad24ab0c42b321bf3f9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 00:00:26 +0000 Subject: [PATCH] Bump tox from 3.24.5 to 4.0.19 Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 4.0.19. - [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.0.19) --- 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..fa0cd0b 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.0.19 coverage==5.5; python_version < '3' coverage==6.2; python_version >= '3' Sphinx==4.3.2; python_version >= '3'