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