Skip to content

Commit 7cfd6f9

Browse files
committed
Refresh Python dependencies
1 parent dda1b2c commit 7cfd6f9

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
@@ -67,7 +67,7 @@ pytest-metadata==1.11.0;python_version<"3.7"
6767
pytest-metadata==2.0.4;python_version>="3.7"
6868
pytest-ordering==0.6
6969
pytest-rerunfailures==10.3;python_version<"3.7"
70-
pytest-rerunfailures==11.1.1;python_version>="3.7"
70+
pytest-rerunfailures==11.1.2;python_version>="3.7"
7171
pytest-xdist==2.5.0;python_version<"3.7"
7272
pytest-xdist==3.2.0;python_version>="3.7"
7373
parameterized==0.8.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
'pytest-metadata==2.0.4;python_version>="3.7"',
192192
"pytest-ordering==0.6",
193193
'pytest-rerunfailures==10.3;python_version<"3.7"',
194-
'pytest-rerunfailures==11.1.1;python_version>="3.7"',
194+
'pytest-rerunfailures==11.1.2;python_version>="3.7"',
195195
'pytest-xdist==2.5.0;python_version<"3.7"',
196196
'pytest-xdist==3.2.0;python_version>="3.7"',
197197
"parameterized==0.8.1",

0 commit comments

Comments
 (0)