diff --git a/pyproject.toml b/pyproject.toml index 2fb52c93a..d7329c565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,8 +71,8 @@ test = [ "beautifulsoup4==4.14.3", "coverage==7.13.0", "hypothesis==6.150.3", - "unittest-xml-reporting==3.2.0", "tblib==3.2.2", # used to see backtraces in unit tests + "unittest-xml-reporting==4.0.0", ] [project.urls]