File tree 2 files changed +4
-6
lines changed
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
15
15
platformdirs >= 4.3.6
16
16
typing-extensions >= 4.12.2
17
17
sbvirtualdisplay >= 1.3.0
18
- six >= 1.16 .0
18
+ six >= 1.17 .0
19
19
parse >= 1.20.2
20
20
parse-type >= 0.6.4
21
21
colorama >= 0.4.6
@@ -43,9 +43,8 @@ sortedcontainers==2.4.0
43
43
execnet == 2.1.1
44
44
iniconfig == 2.0.0
45
45
pluggy == 1.5.0
46
- py == 1.11.0
47
46
pytest == 8.3.4
48
- pytest-html == 2.0 .1
47
+ pytest-html == 4.1 .1
49
48
pytest-metadata == 3.1.1
50
49
pytest-ordering == 0.6
51
50
pytest-rerunfailures == 14.0 ;python_version < "3.9"
Original file line number Diff line number Diff line change 164
164
'platformdirs>=4.3.6' ,
165
165
'typing-extensions>=4.12.2' ,
166
166
"sbvirtualdisplay>=1.3.0" ,
167
- "six>=1.16 .0" ,
167
+ "six>=1.17 .0" ,
168
168
'parse>=1.20.2' ,
169
169
'parse-type>=0.6.4' ,
170
170
'colorama>=0.4.6' ,
192
192
'execnet==2.1.1' ,
193
193
'iniconfig==2.0.0' ,
194
194
'pluggy==1.5.0' ,
195
- "py==1.11.0" , # Needed by pytest-html
196
195
'pytest==8.3.4' ,
197
- "pytest-html==2.0 .1" , # Newer ones had issues
196
+ "pytest-html==4.1 .1" ,
198
197
'pytest-metadata==3.1.1' ,
199
198
"pytest-ordering==0.6" ,
200
199
'pytest-rerunfailures==14.0;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments