File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,27 @@ pytest-ordering==0.6
24
24
pytest-rerunfailures == 8.0 ;python_version < "3.6"
25
25
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
26
26
pytest-xdist == 1.31.0
27
- parameterized == 0.7.1
27
+ parameterized == 0.7.3
28
28
soupsieve == 1.9.5 ;python_version < "3.5"
29
29
soupsieve == 2.0 ;python_version >= "3.5"
30
30
beautifulsoup4 == 4.9.0
31
31
atomicwrites == 1.3.0
32
- portalocker == 1.6.0
33
- cryptography == 2.8
34
- asn1crypto == 1.3.0
32
+ portalocker == 1.7.0
33
+ cryptography == 2.9
35
34
pyopenssl == 19.1.0
36
- packaging >= 20.3
37
35
pygments == 2.5.2 ;python_version < "3.5"
38
36
pygments == 2.6.1 ;python_version >= "3.5"
37
+ packaging >= 20.3
39
38
colorama == 0.4.3
40
- coverage == 5.0.4
39
+ brython == 3.8.8
41
40
pymysql == 0.9.3
41
+ coverage == 5.1
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
45
tqdm == 4.45.0
46
46
flake8 == 3.7.9
47
+ pyflakes == 2.1.1
47
48
certifi >= 2020.4.5.1
48
49
pdfminer.six == 20191110 ;python_version < "3.5"
49
50
pdfminer.six == 20200402 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 106
106
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
107
107
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
108
108
'pytest-xdist==1.31.0' ,
109
- 'parameterized==0.7.1 ' ,
109
+ 'parameterized==0.7.3 ' ,
110
110
'soupsieve==1.9.5;python_version<"3.5"' ,
111
111
'soupsieve==2.0;python_version>="3.5"' ,
112
112
'beautifulsoup4==4.9.0' ,
113
113
'atomicwrites==1.3.0' ,
114
- 'portalocker==1.6.0' ,
115
- 'cryptography==2.8' ,
116
- 'asn1crypto==1.3.0' ,
114
+ 'portalocker==1.7.0' ,
115
+ 'cryptography==2.9' ,
117
116
'pyopenssl==19.1.0' ,
118
- 'packaging>=20.3' ,
119
117
'pygments==2.5.2;python_version<"3.5"' ,
120
118
'pygments==2.6.1;python_version>="3.5"' ,
119
+ 'packaging>=20.3' ,
121
120
'colorama==0.4.3' ,
122
- 'coverage==5.0.4 ' ,
121
+ 'brython==3.8.8 ' ,
123
122
'pymysql==0.9.3' ,
123
+ 'coverage==5.1' ,
124
124
'pyotp==2.3.0' ,
125
125
'boto==2.49.0' ,
126
126
'cffi==1.14.0' ,
127
127
'tqdm==4.45.0' ,
128
128
'flake8==3.7.9' ,
129
+ 'pyflakes==2.1.1' ,
129
130
'certifi>=2020.4.5.1' ,
130
131
'pdfminer.six==20191110;python_version<"3.5"' ,
131
132
'pdfminer.six==20200402;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments