diff --git a/setup.py b/setup.py index 15cad21..d97db1d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): install_requires=["click", "PyYAML"], extras_require={ "lint": ["flake8==3.9.2", "black==21.5b2", "isort==5.9.0"], - "test": ["pytest==6.2.5", "pytest-mock==3.4.0"], + "test": ["pytest==7.0.1", "pytest-mock==3.4.0"], }, include_package_data=True, zip_safe=False,