We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18db190 commit 2ee40dbCopy full SHA for 2ee40db
docs/source/whatsnew/0.8.4.txt
@@ -122,6 +122,8 @@ Maintenance and Refactorings
122
* Asset databases now contain version information to ensure compatibility
123
with current Zipline version (:issue:`815`).
124
125
+* Upgrade requests version to 2.9.1.
126
+
127
Build
128
~~~~~
129
etc/requirements.txt
@@ -22,7 +22,7 @@ python-dateutil==2.4.2
22
six==1.9.0
23
24
# For fetching remote data
25
-requests==2.7.0
+requests==2.9.1
26
27
Cython==0.22.1
28
0 commit comments