diff --git a/setup.py b/setup.py index f47b4ee..3f58aa7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): install_requires=["click", "PyYAML"], 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==7.1.1", "pytest-mock==3.4.0"], }, include_package_data=True, zip_safe=False,