diff --git a/pyproject.toml b/pyproject.toml index 33944c33..2d38516d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ pre-commit = [ ] tests = [ 'ipykernel==6.12.1', - 'pytest==6.2.5', - 'pytest-asyncio==0.16.0', - 'pytest-cov==3.0.0', + 'pytest~=7.0', + 'pytest-asyncio~=0.12,<0.17', + 'pytest-cov~=4.1', 'pytest-notebook>=0.8.0', 'shortuuid==1.0.8', 'importlib-resources~=5.2',