From b272fe0731a11bd05c646460658e6da4c12bed30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 May 2021 10:00:40 +0000 Subject: [PATCH] Update dependency pytest to v6.2.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2644844..93e8ca4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ install_requires = [options.extras_require] # Used inside Tox for running tests test = - pytest==6.2.3 + pytest==6.2.4 pytest-cov==2.11.1 # Worth testing out pytest-tldr==0.2.4