File tree Expand file tree Collapse file tree 2 files changed +36
-34
lines changed Expand file tree Collapse file tree 2 files changed +36
-34
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ pip>=19.3.1
22setuptools >= 42.0.2
33setuptools-scm >= 3.3.3
44wheel >= 0.33.6
5- six > =1.13.0
6- nose > =1.3.7
7- ipdb >= 0.12.2
5+ six = =1.13.0
6+ nose = =1.3.7
7+ ipdb == 0.12.3
88idna == 2.8
99chardet == 3.0.4
10- urllib3 == 1.25.6
11- requests > =2.22.0
10+ urllib3 == 1.25.7
11+ requests = =2.22.0
1212selenium == 3.141.0
1313pluggy >= 0.13.1
1414attrs >= 19.3.0
15- pytest >= 4.6.6 ;python_version < "3"
15+ pytest >= 4.6.7 ;python_version < "3"
1616pytest >= 5.3.1 ;python_version >= "3"
1717pytest-cov >= 2.8.1
1818pytest-forked >= 1.1.3
@@ -24,19 +24,20 @@ pytest-rerunfailures>=8.0
2424pytest-timeout >= 1.3.3
2525pytest-xdist >= 1.30.0
2626parameterized >= 0.7.1
27- beautifulsoup4 >= 4.6.0
28- atomicwrites >= 1.3.0
29- portalocker >= 1.5.2
30- cryptography >= 2.8
31- asn1crypto >= 1.2.0
32- pyopenssl >= 19.1.0
33- pygments >= 2.5.2
34- colorama >= 0.4.1
35- pymysql >= 0.9.3
36- pyotp >= 2.3.0
37- boto >= 2.49.0
27+ soupsieve == 1.9.5
28+ beautifulsoup4 == 4.8.1
29+ atomicwrites == 1.3.0
30+ portalocker == 1.5.2
31+ cryptography == 2.8
32+ asn1crypto == 1.2.0
33+ pyopenssl == 19.1.0
34+ pygments == 2.5.2
35+ colorama == 0.4.1
36+ pymysql == 0.9.3
37+ pyotp == 2.3.0
38+ boto == 2.49.0
3839cffi >= 1.13.2
39- tqdm >= 4.40.0
40- flake8 > =3.7.9
40+ tqdm >= 4.40.1
41+ flake8 = =3.7.9
4142certifi >= 2019.11.28
4243pdfminer.six == 20191110
Original file line number Diff line number Diff line change 9090 'ipdb' ,
9191 'idna==2.8' , # Must stay in sync with "requests"
9292 'chardet==3.0.4' , # Must stay in sync with "requests"
93- 'urllib3==1.25.6 ' , # Must stay in sync with "requests"
94- 'requests> =2.22.0' ,
93+ 'urllib3==1.25.7 ' , # Must stay in sync with "requests"
94+ 'requests= =2.22.0' ,
9595 'selenium==3.141.0' ,
9696 'pluggy>=0.13.1' ,
9797 'attrs>=19.3.0' ,
98- 'pytest>=4.6.6 ;python_version<"3"' , # For Python 2 compatibility
98+ 'pytest>=4.6.7 ;python_version<"3"' , # For Python 2 compatibility
9999 'pytest>=5.3.1;python_version>="3"' ,
100100 'pytest-cov>=2.8.1' ,
101101 'pytest-forked>=1.1.3' ,
107107 'pytest-timeout>=1.3.3' ,
108108 'pytest-xdist>=1.30.0' ,
109109 'parameterized>=0.7.1' ,
110- 'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using "bs4"
111- 'atomicwrites>=1.3.0' ,
112- 'portalocker>=1.5.2' ,
113- 'cryptography>=2.8' ,
114- 'asn1crypto>=1.2.0' ,
115- 'pyopenssl>=19.1.0' ,
110+ 'soupsieve==1.9.5' ,
111+ 'beautifulsoup4==4.8.1' ,
112+ 'atomicwrites==1.3.0' ,
113+ 'portalocker==1.5.2' ,
114+ 'cryptography==2.8' ,
115+ 'asn1crypto==1.2.0' ,
116+ 'pyopenssl==19.1.0' ,
116117 'pygments>=2.5.2' ,
117- 'colorama> =0.4.1' ,
118- 'pymysql> =0.9.3' ,
119- 'pyotp> =2.3.0' ,
120- 'boto> =2.49.0' ,
118+ 'colorama= =0.4.1' ,
119+ 'pymysql= =0.9.3' ,
120+ 'pyotp= =2.3.0' ,
121+ 'boto= =2.49.0' ,
121122 'cffi>=1.13.2' ,
122- 'tqdm>=4.40.0 ' ,
123- 'flake8> =3.7.9' ,
123+ 'tqdm>=4.40.1 ' ,
124+ 'flake8= =3.7.9' ,
124125 'certifi>=2019.11.28' ,
125126 'pdfminer.six==20191110' ,
126127 ],
You can’t perform that action at this time.
0 commit comments