diff --git a/pyproject.toml b/pyproject.toml index c007c02..71d3778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tests = [ # see https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657 "coverage-enable-subprocess", "coverage[toml]>6", - "pytest-sugar==1.0.0", + "pytest-sugar==1.1.0", "pytest-xdist==3.8.0", "mypy==1.17.0", "types-requests"