Skip to content

Commit 4870c07

Browse files
committed
Update Python dependencies
1 parent b4038c8 commit 4870c07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ wheel>=0.34.2
66
six==1.14.0
77
nose==1.3.7
88
ipdb==0.12.3
9-
idna==2.8
9+
idna==2.9
1010
chardet==3.0.4
1111
urllib3==1.25.8
12-
requests==2.22.0
12+
requests==2.23.0
1313
selenium==3.141.0
1414
pluggy>=0.13.1
1515
attrs>=19.3.0
@@ -39,7 +39,7 @@ pymysql==0.9.3
3939
pyotp==2.3.0
4040
boto==2.49.0
4141
cffi>=1.14.0
42-
tqdm>=4.42.1
42+
tqdm>=4.43.0
4343
flake8==3.7.9
4444
certifi>=2019.11.28
4545
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
'six',
8989
'nose',
9090
'ipdb',
91-
'idna==2.8', # Must stay in sync with "requests"
91+
'idna==2.9', # Must stay in sync with "requests"
9292
'chardet==3.0.4', # Must stay in sync with "requests"
9393
'urllib3==1.25.8', # Must stay in sync with "requests"
94-
'requests==2.22.0',
94+
'requests==2.23.0',
9595
'selenium==3.141.0',
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
@@ -121,7 +121,7 @@
121121
'pyotp==2.3.0',
122122
'boto==2.49.0',
123123
'cffi>=1.14.0',
124-
'tqdm>=4.42.1',
124+
'tqdm>=4.43.0',
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',
127127
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)