File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ selenium==3.141.0
13
13
pluggy >= 0.13.0
14
14
attrs >= 19.3.0
15
15
pytest >= 4.6.6 ;python_version < "3"
16
- pytest >= 5.2.2 ;python_version >= "3"
16
+ pytest >= 5.2.4 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
19
19
pytest-html == 1.22.0
@@ -25,7 +25,7 @@ pytest-xdist>=1.30.0
25
25
parameterized >= 0.7.0
26
26
beautifulsoup4 >= 4.6.0
27
27
atomicwrites >= 1.3.0
28
- portalocker >= 1.5.1
28
+ portalocker >= 1.5.2
29
29
cryptography >= 2.8
30
30
asn1crypto >= 1.2.0
31
31
pyopenssl >= 19.0.0
Original file line number Diff line number Diff line change 96
96
'pluggy>=0.13.0' ,
97
97
'attrs>=19.3.0' ,
98
98
'pytest>=4.6.6;python_version<"3"' , # For Python 2 compatibility
99
- 'pytest>=5.2.2 ;python_version>="3"' ,
99
+ 'pytest>=5.2.4 ;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
102
102
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
108
108
'parameterized>=0.7.0' ,
109
109
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using "bs4"
110
110
'atomicwrites>=1.3.0' ,
111
- 'portalocker>=1.5.1 ' ,
111
+ 'portalocker>=1.5.2 ' ,
112
112
'cryptography>=2.8' ,
113
113
'asn1crypto>=1.2.0' ,
114
114
'pyopenssl>=19.0.0' ,
You can’t perform that action at this time.
0 commit comments