From cdc5a493331d181bae2b50996a50cb98f4a5ca4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 08:06:52 +0000 Subject: [PATCH] Bump tox from 3.16.0 to 3.16.1 Bumps [tox](https://github.com/tox-dev/tox) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.16.0...3.16.1) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e64a4455..4f2e6fb6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -49,7 +49,7 @@ sphinxcontrib-log-cabinet==1.0.1 # via -r requirements/docs.in sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.4 # via sphinx toml==0.10.1 # via pre-commit, tox -tox==3.16.0 # via -r requirements/dev.in +tox==3.16.1 # via -r requirements/dev.in urllib3==1.25.9 # via requests virtualenv==20.0.21 # via pre-commit, tox wcwidth==0.1.9 # via pytest