From 9c4d45476e69102703cac799f41143e950309ab0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 28 Mar 2019 13:21:23 -0500 Subject: [PATCH] Update tox from 3.7.0 to 3.8.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c644f4c2..f6e7ccf5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,7 +14,7 @@ quart==0.8.0;python_version>="3.7" # pyup: update minor # tests coverage==4.5.1 # pyup: update minor flake8==3.7.1 # pyup: update minor -tox==3.7.0 # pyup: update minor +tox==3.8.1 # pyup: update minor pytest==4.3.0 # pyup: update minor pytest-runner==4.4 # pyup: update minor pytest-asyncio==0.10.0 # pyup: update minor