diff --git a/test/requirements/pypi.in b/test/requirements/pypi.in index ebd6c51a3..c3329c299 100644 --- a/test/requirements/pypi.in +++ b/test/requirements/pypi.in @@ -2,7 +2,7 @@ pytest~=7.4.0 pytest-xdist[psutil,setproctitle]~=3.3.1 -pytest-html~=3.2.0 +pytest-html~=4.0.2 pytest-rerunfailures~=12.0 pluggy~=1.3.0 ansi2html~=1.8.0 diff --git a/test/requirements/pypi.txt b/test/requirements/pypi.txt index eb2b6f849..726a16612 100644 --- a/test/requirements/pypi.txt +++ b/test/requirements/pypi.txt @@ -16,6 +16,10 @@ filelock==3.12.4 # via -r pypi.in iniconfig==2.0.0 # via pytest +jinja2==3.1.2 + # via pytest-html +markupsafe==2.1.3 + # via jinja2 packaging==23.2 # via # pytest @@ -26,8 +30,6 @@ pluggy==1.3.0 # pytest psutil==5.9.5 # via pytest-xdist -py==1.11.0 - # via pytest-html pytest==7.4.2 # via # -r pypi.in @@ -35,7 +37,7 @@ pytest==7.4.2 # pytest-metadata # pytest-rerunfailures # pytest-xdist -pytest-html==3.2.0 +pytest-html==4.0.2 # via -r pypi.in pytest-metadata==3.0.0 # via pytest-html