diff --git a/pyproject.toml b/pyproject.toml index ba56858..8f593e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,10 +79,10 @@ dev = [ # Pytest "pytest==9.0.3", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest-xprocess==1.0.2", - "coverage==7.14.0", + "coverage==7.14.1", ] [project.urls]