From 4c6017f14924978b7163cbc1cf26856e95201dd3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 11:27:20 +0000 Subject: [PATCH] Update tox requirement from ~=3.6 to ~=3.14 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/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.6.0...3.14.3) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 898b549b..7446b7b3 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ autopep8 = "~=1.5" pytest = "~=4.0" pytest-cov = "~=2.8" -tox = "~=3.6" +tox = "~=3.14" tox-travis = "~=0.12" httpretty = "~=0.9"