Skip to content

Commit

Permalink
chore: bump urllib3 to work with the latest requests
Browse files Browse the repository at this point in the history
Requests is only used for e2e tests. But it's better to bump dependency
versions whenever possible, otherwise we will be stuck in the old
version forever.
  • Loading branch information
Qingping Hou authored and jrgp committed May 30, 2017
1 parent aa58953 commit d5e0bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'slackclient',
'streql==3.0.2',
'twilio==4.5.0',
'urllib3==1.12',
'urllib3==1.21.1',
'falcon==1.1.0',
'ujson==1.35',
],
Expand Down

0 comments on commit d5e0bb7

Please sign in to comment.