From 203d474163f4d84ec2bbcac41e487b4f575c860a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:25:17 +0000 Subject: [PATCH] Update tox requirement from ~=3.21.2 to ~=3.23.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/3.23.0/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.21.2...3.23.0) 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 d283cf1..317bbd7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion~=0.6.0 wheel~=0.36.2 watchdog~=1.0.2 flake8~=3.8.4 -tox~=3.21.2 +tox~=3.23.0 coverage~=5.4 Sphinx~=3.4.3 twine~=3.3.0