From 2f5f8484427bee62b534a84716bd1a41a6574de0 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 23 Sep 2021 23:37:16 -0300 Subject: [PATCH] tox: bump pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 98c3f94..ed53a2f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ isolated_build = true [testenv] ignore_errors = true deps = - pytest==6.2.4 + pytest==6.2.5 pytest-asyncio==0.15.1 pytest-cov==2.12.1 flake8==3.9.2