From 5729877aedaec634e02911a9a2f80df07f1ad6ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 08:02:26 +0000 Subject: [PATCH] Update dependency pytest to v6.2.5 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9a7c913..63d5b65 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.4 + pytest==6.2.5 pytest-cov==2.12.1 # Worth testing out pytest-tldr==0.2.4