Skip to content

Commit

Permalink
update requests to recommended secure version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSteur committed Apr 16, 2019
1 parent 1aa4b85 commit 0d24761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-cov==2.5.1
coveralls
coverage==4.4.1
docopt==0.6.2
requests==2.9.1
requests==2.20.0

# Mocking, faking, factories and other test helpers
mock==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion smsgateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import
__version__ = '2.1.15'
__version__ = '2.1.16'


def get_account(using=None):
Expand Down

0 comments on commit 0d24761

Please sign in to comment.