From 7f7201f5177bb1bb078328016c95e4da63279b5b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 2 Oct 2020 08:22:54 +0200 Subject: [PATCH] Update pytest from 6.0.1 to 6.1.0 (#436) --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 71a0b670..a62627b4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ python-coveralls==2.9.3 coverage==5.2.1 flake8==3.8.3 -pytest==6.0.1 +pytest==6.1.0 pytest-cov==2.10.1 autopep8==1.5.4 mypy==0.782