Skip to content

Commit cb1010d

Browse files
committed
Update "pytest" and "parameterized" dependencies
1 parent 6499251 commit cb1010d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ selenium==3.141.0
1313
pluggy>=0.13.0
1414
attrs>=19.3.0
1515
pytest>=4.6.6;python_version<"3"
16-
pytest>=5.2.4;python_version>="3"
16+
pytest>=5.3.0;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
1919
pytest-html==1.22.0
@@ -22,7 +22,7 @@ pytest-ordering>=0.6
2222
pytest-rerunfailures>=8.0
2323
pytest-timeout>=1.3.3
2424
pytest-xdist>=1.30.0
25-
parameterized>=0.7.0
25+
parameterized>=0.7.1
2626
beautifulsoup4>=4.6.0
2727
atomicwrites>=1.3.0
2828
portalocker>=1.5.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'pluggy>=0.13.0',
9797
'attrs>=19.3.0',
9898
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
99-
'pytest>=5.2.4;python_version>="3"',
99+
'pytest>=5.3.0;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
102102
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
@@ -105,7 +105,7 @@
105105
'pytest-rerunfailures>=8.0',
106106
'pytest-timeout>=1.3.3',
107107
'pytest-xdist>=1.30.0',
108-
'parameterized>=0.7.0',
108+
'parameterized>=0.7.1',
109109
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
110110
'atomicwrites>=1.3.0',
111111
'portalocker>=1.5.2',

0 commit comments

Comments
 (0)