File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ wheel>=0.34.2
6
6
six == 1.14.0
7
7
nose == 1.3.7
8
8
ipdb == 0.12.3
9
- idna == 2.8
9
+ idna == 2.9
10
10
chardet == 3.0.4
11
11
urllib3 == 1.25.8
12
- requests == 2.22 .0
12
+ requests == 2.23 .0
13
13
selenium == 3.141.0
14
14
pluggy >= 0.13.1
15
15
attrs >= 19.3.0
@@ -39,7 +39,7 @@ pymysql==0.9.3
39
39
pyotp == 2.3.0
40
40
boto == 2.49.0
41
41
cffi >= 1.14.0
42
- tqdm >= 4.42.1
42
+ tqdm >= 4.43.0
43
43
flake8 == 3.7.9
44
44
certifi >= 2019.11.28
45
45
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 88
88
'six' ,
89
89
'nose' ,
90
90
'ipdb' ,
91
- 'idna==2.8 ' , # Must stay in sync with "requests"
91
+ 'idna==2.9 ' , # Must stay in sync with "requests"
92
92
'chardet==3.0.4' , # Must stay in sync with "requests"
93
93
'urllib3==1.25.8' , # Must stay in sync with "requests"
94
- 'requests==2.22 .0' ,
94
+ 'requests==2.23 .0' ,
95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
97
97
'attrs>=19.3.0' ,
121
121
'pyotp==2.3.0' ,
122
122
'boto==2.49.0' ,
123
123
'cffi>=1.14.0' ,
124
- 'tqdm>=4.42.1 ' ,
124
+ 'tqdm>=4.43.0 ' ,
125
125
'flake8==3.7.9' ,
126
126
'certifi>=2019.11.28' ,
127
127
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments