Skip to content

Commit 100f473

Browse files
committed
Refresh Python dependencies
1 parent 6254af3 commit 100f473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pytest-ordering==0.6
6969
pytest-rerunfailures==10.3;python_version<"3.7"
7070
pytest-rerunfailures==11.1.2;python_version>="3.7"
7171
pytest-xdist==2.5.0;python_version<"3.7"
72-
pytest-xdist==3.2.0;python_version>="3.7"
72+
pytest-xdist==3.2.1;python_version>="3.7"
7373
parameterized==0.8.1
7474
sbvirtualdisplay==1.2.0
7575
behave==1.2.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
'pytest-rerunfailures==10.3;python_version<"3.7"',
194194
'pytest-rerunfailures==11.1.2;python_version>="3.7"',
195195
'pytest-xdist==2.5.0;python_version<"3.7"',
196-
'pytest-xdist==3.2.0;python_version>="3.7"',
196+
'pytest-xdist==3.2.1;python_version>="3.7"',
197197
"parameterized==0.8.1",
198198
"sbvirtualdisplay==1.2.0",
199199
"behave==1.2.6",

0 commit comments

Comments
 (0)