diff --git a/setup.py b/setup.py index c9a7a56..03f0d8d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): install_requires=["click", "PyYAML", "tqdm==4.63.1"], extras_require={ "lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.10.1"], - "test": ["pytest==6.2.5", "pytest-mock==3.4.0"], + "test": ["pytest==6.2.5", "pytest-mock==3.8.2"], }, include_package_data=True, zip_safe=False,