Skip to content

Commit 2ee40db

Browse files
author
Jonathan Kamens
committed
MAINT: Upgrade requests 2.7.0 -> 2.9.1
1 parent 18db190 commit 2ee40db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/whatsnew/0.8.4.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ Maintenance and Refactorings
122122
* Asset databases now contain version information to ensure compatibility
123123
with current Zipline version (:issue:`815`).
124124

125+
* Upgrade requests version to 2.9.1.
126+
125127
Build
126128
~~~~~
127129

etc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python-dateutil==2.4.2
2222
six==1.9.0
2323

2424
# For fetching remote data
25-
requests==2.7.0
25+
requests==2.9.1
2626

2727
Cython==0.22.1
2828

0 commit comments

Comments
 (0)