Skip to content

Commit 6de3b6b

Browse files
committed
Update pytest and urllib3 requirements
1 parent c0695f2 commit 6de3b6b

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
@@ -6,12 +6,12 @@ nose>=1.3.7
66
ipdb>=0.12.2
77
idna==2.8
88
chardet==3.0.4
9-
urllib3==1.25.3
9+
urllib3==1.25.6
1010
requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
1313
pytest>=4.6.5;python_version<"3"
14-
pytest>=5.1.3;python_version>="3"
14+
pytest>=5.2.0;python_version>="3"
1515
pytest-cov>=2.7.1
1616
pytest-forked>=1.0.2
1717
pytest-html==1.22.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
'ipdb',
8989
'idna==2.8', # Must stay in sync with "requests"
9090
'chardet==3.0.4', # Must stay in sync with "requests"
91-
'urllib3==1.25.3', # Must stay in sync with "requests"
91+
'urllib3==1.25.6', # Must stay in sync with "requests"
9292
'requests>=2.22.0',
9393
'selenium==3.141.0',
9494
'pluggy>=0.12.0',
9595
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
96-
'pytest>=5.1.3;python_version>="3"',
96+
'pytest>=5.2.0;python_version>="3"',
9797
'pytest-cov>=2.7.1',
9898
'pytest-forked>=1.0.2',
9999
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows

0 commit comments

Comments
 (0)