Skip to content

Commit

Permalink
Update requests to 2.20.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfunez authored Nov 13, 2018
1 parent 002f74b commit 9f2ac61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dev/Deployment
nose==1.3.7
coverage==4.4.2
requests==2.18.4
requests==2.20.1
grpcio==1.15.0
grpcio-tools==1.15.0
grpcio-health-checking==1.15.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = 'v2.0.0'
__version__ = 'v2.0.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 9f2ac61

Please sign in to comment.