diff --git a/setup.cfg b/setup.cfg index e9d15df..123b7ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = docopt==0.6.2 pycryptodome==3.9.9 tests_require = - pytest==5.2.3 + pytest==5.4.3 pytest-cov==2.6.0 pytest-pythonpath==0.7.3 flake8==3.7.8 @@ -53,7 +53,7 @@ test_suite = tests [options.extras_require] develop = black==19.10b0 - pytest==5.2.3 + pytest==5.4.3 pytest-cov==2.7.1 pytest-pythonpath==0.7.3 flake8==3.7.7