From b003896ba90025416fd85dc77abb891c89d53fdd Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Tue, 30 Apr 2024 06:58:26 +0100 Subject: [PATCH] Apply suggestions from code review --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c9ab3807..aded9d17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,7 +100,7 @@ tests = mypy>=0.900 pytest-cov>=2.8.0 pytest-tornasync>=0.5.0 - pytest>=6,!=8.2.1 + pytest>=6 towncrier>=23 types-pkg_resources>=0.1.2 types-requests>2