From 2fe5bd2fd6d1e0c058db650c7f5cfc5a8a297862 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sun, 9 Apr 2023 04:33:12 -0400 Subject: [PATCH] update test deps --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 98039d8..d1da6e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,13 +39,13 @@ tests_require = [options.extras_require] testing_only = - pytest==7.2.0 + pytest==7.3.0 testing = - pylint==2.15.5 - pytest==7.2.0 + pylint==2.17.2 + pytest==7.3.0 pytest-pylint==0.19.0 - pytest-mypy==0.10.1 + pytest-mypy==0.10.3 docs = mkdocs==1.4.2