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 @@ -29,7 +29,7 @@ soupsieve==1.9.5;python_version<"3.5"
29
29
soupsieve == 2.0 ;python_version >= "3.5"
30
30
beautifulsoup4 == 4.8.2
31
31
atomicwrites == 1.3.0
32
- portalocker == 1.5.2
32
+ portalocker == 1.6.0
33
33
cryptography == 2.8
34
34
asn1crypto == 1.3.0
35
35
pyopenssl == 19.1.0
@@ -42,7 +42,7 @@ pymysql==0.9.3
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
- tqdm == 4.43.0
45
+ tqdm == 4.44.1
46
46
flake8 == 3.7.9
47
47
certifi >= 2019.11.28
48
48
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 111
111
'soupsieve==2.0;python_version>="3.5"' ,
112
112
'beautifulsoup4==4.8.2' ,
113
113
'atomicwrites==1.3.0' ,
114
- 'portalocker==1.5.2 ' ,
114
+ 'portalocker==1.6.0 ' ,
115
115
'cryptography==2.8' ,
116
116
'asn1crypto==1.3.0' ,
117
117
'pyopenssl==19.1.0' ,
124
124
'pyotp==2.3.0' ,
125
125
'boto==2.49.0' ,
126
126
'cffi==1.14.0' ,
127
- 'tqdm==4.43.0 ' ,
127
+ 'tqdm==4.44.1 ' ,
128
128
'flake8==3.7.9' ,
129
129
'certifi>=2019.11.28' ,
130
130
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments