File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pynose>=1.5.3
1515platformdirs >= 4.3.6
1616typing-extensions >= 4.12.2
1717sbvirtualdisplay >= 1.3.0
18- six >= 1.16 .0
18+ six >= 1.17 .0
1919parse >= 1.20.2
2020parse-type >= 0.6.4
2121colorama >= 0.4.6
@@ -43,9 +43,8 @@ sortedcontainers==2.4.0
4343execnet == 2.1.1
4444iniconfig == 2.0.0
4545pluggy == 1.5.0
46- py == 1.11.0
4746pytest == 8.3.4
48- pytest-html == 2.0 .1
47+ pytest-html == 4.1 .1
4948pytest-metadata == 3.1.1
5049pytest-ordering == 0.6
5150pytest-rerunfailures == 14.0 ;python_version < "3.9"
Original file line number Diff line number Diff line change 164164 'platformdirs>=4.3.6' ,
165165 'typing-extensions>=4.12.2' ,
166166 "sbvirtualdisplay>=1.3.0" ,
167- "six>=1.16 .0" ,
167+ "six>=1.17 .0" ,
168168 'parse>=1.20.2' ,
169169 'parse-type>=0.6.4' ,
170170 'colorama>=0.4.6' ,
192192 'execnet==2.1.1' ,
193193 'iniconfig==2.0.0' ,
194194 'pluggy==1.5.0' ,
195- "py==1.11.0" , # Needed by pytest-html
196195 'pytest==8.3.4' ,
197- "pytest-html==2.0 .1" , # Newer ones had issues
196+ "pytest-html==4.1 .1" ,
198197 'pytest-metadata==3.1.1' ,
199198 "pytest-ordering==0.6" ,
200199 'pytest-rerunfailures==14.0;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments