Skip to content

Commit 2f8a8d7

Browse files
committed
Refresh Python dependencies
1 parent 9cec434 commit 2f8a8d7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pynose>=1.5.3
1515
platformdirs>=4.3.6
1616
typing-extensions>=4.12.2
1717
sbvirtualdisplay>=1.3.0
18-
six>=1.16.0
18+
six>=1.17.0
1919
parse>=1.20.2
2020
parse-type>=0.6.4
2121
colorama>=0.4.6
@@ -43,9 +43,8 @@ sortedcontainers==2.4.0
4343
execnet==2.1.1
4444
iniconfig==2.0.0
4545
pluggy==1.5.0
46-
py==1.11.0
4746
pytest==8.3.4
48-
pytest-html==2.0.1
47+
pytest-html==4.1.1
4948
pytest-metadata==3.1.1
5049
pytest-ordering==0.6
5150
pytest-rerunfailures==14.0;python_version<"3.9"

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
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',
@@ -192,9 +192,8 @@
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"',

0 commit comments

Comments
 (0)