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
2
2
setuptools >= 42.0.2
3
3
setuptools-scm >= 3.3.3
4
4
wheel >= 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
8
8
idna == 2.8
9
9
chardet == 3.0.4
10
- urllib3 == 1.25.6
11
- requests > =2.22.0
10
+ urllib3 == 1.25.7
11
+ requests = =2.22.0
12
12
selenium == 3.141.0
13
13
pluggy >= 0.13.1
14
14
attrs >= 19.3.0
15
- pytest >= 4.6.6 ;python_version < "3"
15
+ pytest >= 4.6.7 ;python_version < "3"
16
16
pytest >= 5.3.1 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
@@ -24,19 +24,20 @@ pytest-rerunfailures>=8.0
24
24
pytest-timeout >= 1.3.3
25
25
pytest-xdist >= 1.30.0
26
26
parameterized >= 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
38
39
cffi >= 1.13.2
39
- tqdm >= 4.40.0
40
- flake8 > =3.7.9
40
+ tqdm >= 4.40.1
41
+ flake8 = =3.7.9
41
42
certifi >= 2019.11.28
42
43
pdfminer.six == 20191110
Original file line number Diff line number Diff line change 90
90
'ipdb' ,
91
91
'idna==2.8' , # Must stay in sync with "requests"
92
92
'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' ,
95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
97
97
'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
99
99
'pytest>=5.3.1;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
107
107
'pytest-timeout>=1.3.3' ,
108
108
'pytest-xdist>=1.30.0' ,
109
109
'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' ,
116
117
'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' ,
121
122
'cffi>=1.13.2' ,
122
- 'tqdm>=4.40.0 ' ,
123
- 'flake8> =3.7.9' ,
123
+ 'tqdm>=4.40.1 ' ,
124
+ 'flake8= =3.7.9' ,
124
125
'certifi>=2019.11.28' ,
125
126
'pdfminer.six==20191110' ,
126
127
],
You can’t perform that action at this time.
0 commit comments