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 @@ -6,12 +6,12 @@ nose>=1.3.7
66ipdb >= 0.12.2
77idna == 2.8
88chardet == 3.0.4
9- urllib3 == 1.25.3
9+ urllib3 == 1.25.6
1010requests >= 2.22.0
1111selenium == 3.141.0
1212pluggy >= 0.12.0
1313pytest >= 4.6.5 ;python_version < "3"
14- pytest >= 5.1.3 ;python_version >= "3"
14+ pytest >= 5.2.0 ;python_version >= "3"
1515pytest-cov >= 2.7.1
1616pytest-forked >= 1.0.2
1717pytest-html == 1.22.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments