Skip to content

Commit a711616

Browse files
committed
Update Python dependencies
1 parent 58ca8e8 commit a711616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ soupsieve==1.9.5;python_version<"3.5"
2929
soupsieve==2.0;python_version>="3.5"
3030
beautifulsoup4==4.8.2
3131
atomicwrites==1.3.0
32-
portalocker==1.5.2
32+
portalocker==1.6.0
3333
cryptography==2.8
3434
asn1crypto==1.3.0
3535
pyopenssl==19.1.0
@@ -42,7 +42,7 @@ pymysql==0.9.3
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
45-
tqdm==4.43.0
45+
tqdm==4.44.1
4646
flake8==3.7.9
4747
certifi>=2019.11.28
4848
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'soupsieve==2.0;python_version>="3.5"',
112112
'beautifulsoup4==4.8.2',
113113
'atomicwrites==1.3.0',
114-
'portalocker==1.5.2',
114+
'portalocker==1.6.0',
115115
'cryptography==2.8',
116116
'asn1crypto==1.3.0',
117117
'pyopenssl==19.1.0',
@@ -124,7 +124,7 @@
124124
'pyotp==2.3.0',
125125
'boto==2.49.0',
126126
'cffi==1.14.0',
127-
'tqdm==4.43.0',
127+
'tqdm==4.44.1',
128128
'flake8==3.7.9',
129129
'certifi>=2019.11.28',
130130
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)