[LNT] r292852 - Update dependent package versions

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 15:34:12 PST 2017


Author: cmatthews
Date: Mon Jan 23 17:34:12 2017
New Revision: 292852

URL: http://llvm.org/viewvc/llvm-project?rev=292852&view=rev
Log:
Update dependent package versions

Update all of LNT’s dependent packages that I feel like won’t break
anything.

We can’t upgrade to Flask-0.11, so leave the Flask and SQLAlchemy
versions alone.

This should also fix all the bots that cannot find six-1.9

Modified:
    lnt/trunk/requirements.client.txt

Modified: lnt/trunk/requirements.client.txt
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/requirements.client.txt?rev=292852&r1=292851&r2=292852&view=diff
==============================================================================
--- lnt/trunk/requirements.client.txt (original)
+++ lnt/trunk/requirements.client.txt Mon Jan 23 17:34:12 2017
@@ -1,17 +1,17 @@
 # Flask 0.11 does not work yet.
+six==1.10.0
+aniso8601==1.2.0
 Flask==0.10.1
 Flask-RESTful==0.3.4
 Jinja2==2.7.2
 MarkupSafe==0.23
 SQLAlchemy==0.9.4
-Werkzeug==0.9.4
-aniso8601==1.0.0
+Werkzeug==0.11.15
 argparse==1.3.0
 itsdangerous==0.24
-python-dateutil==1.5
+python-dateutil==2.6.0
 python-gnupg==0.3.7
-pytz==2015.4
-six==1.9.0
+pytz==2016.10
 wsgiref==0.1.2
 WTForms==2.0.2
 Flask-WTF==0.12




More information about the llvm-commits mailing list