Skip to content

Commit d492336

Browse files
committed
Update pytest and portalocker dependencies
1 parent a6ed380 commit d492336

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.2;python_version>="3"
16+
pytest>=5.2.4;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
1919
pytest-html==1.22.0
@@ -25,7 +25,7 @@ pytest-xdist>=1.30.0
2525
parameterized>=0.7.0
2626
beautifulsoup4>=4.6.0
2727
atomicwrites>=1.3.0
28-
portalocker>=1.5.1
28+
portalocker>=1.5.2
2929
cryptography>=2.8
3030
asn1crypto>=1.2.0
3131
pyopenssl>=19.0.0

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.2;python_version>="3"',
99+
'pytest>=5.2.4;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
@@ -108,7 +108,7 @@
108108
'parameterized>=0.7.0',
109109
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
110110
'atomicwrites>=1.3.0',
111-
'portalocker>=1.5.1',
111+
'portalocker>=1.5.2',
112112
'cryptography>=2.8',
113113
'asn1crypto>=1.2.0',
114114
'pyopenssl>=19.0.0',

0 commit comments

Comments
 (0)