diff --git a/pyproject.toml b/pyproject.toml index 14f95a1..93ebe84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "coverage>=7.15.4,<8", + "coverage>=7.16.0,<8", "pytest>=8.0", "pytest-asyncio>=0.23", "tomli>=2.4.1,<3; python_version < '3.11'",