From cf879cc7c97b495e4749367d56678012b7b25e0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2020 11:43:25 +0000 Subject: [PATCH] Update tox-travis requirement from ~=0.11 to ~=0.12 Updates the requirements on [tox-travis](https://github.com/tox-dev/tox-travis) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox-travis/releases) - [Changelog](https://github.com/tox-dev/tox-travis/blob/master/HISTORY.rst) - [Commits](https://github.com/tox-dev/tox-travis/compare/0.11...0.12) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1a6d5c88..962edd97 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pytest = "~=4.0" pytest-cov = "~=2.8" tox = "~=3.6" -tox-travis = "~=0.11" +tox-travis = "~=0.12" httpretty = "~=0.9" python-dateutil = "~=2.8"