diff --git a/pyproject.toml b/pyproject.toml index 3affdbd..f1de915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,8 @@ test = [ "black[jupyter]==25.9.0", "isort==7.0.0", "mypy==1.18.2", - "pytest-asyncio==1.2.0", - "pytest==8.4.2", + "pytest-asyncio==1.3.0", + "pytest==9.0.1", "pytest-cov==7.0.0" ]