diff --git a/pyproject.toml b/pyproject.toml index 456035d..e1e9e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "pytest", + "pytest>=7.0", "jupyter_core>=5.7" ] requires-python = ">=3.8"