From 7c7a76f122562a3a0242e4066db5af607170c869 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 1 Nov 2016 13:37:58 +0100 Subject: [PATCH] Initial Update (#25) * Update flask-wtf from 0.10.3 to 0.13.1 * Update flask-babel from 0.9 to 0.11.1 * Update passlib from 1.6.2 to 1.6.5 * Update wtforms from 1.0.5 to 2.1 * Update mongoengine from 0.8.7 to 0.10.6 * Update pyasn1-modules from 0.0.5 to 0.0.8 * Update blinker from 1.3 to 1.4 * Pin ndg-httpsclient to latest version 0.4.2 * Pin ndg-httpsclient to latest version 0.4.2 * Update flask-security from 1.7.4 to 1.7.5 * Update uritemplate from 0.6 to 3.0.0 * Update oauthlib from 0.7.2 to 2.0.0 * Update flask-admin from 1.0.9 to 1.4.2 * Update werkzeug from 0.9.6 to 0.11.11 * Update requests from 2.5.1 to 2.11.1 * Update python-twitter from 2.2 to 3.1 * Update google-api-python-client from 1.3.1 to 1.5.4 * Update jinja2 from 2.7.3 to 2.8 * Update httplib2 from 0.9 to 0.9.2 * Update pymongo from 2.7.2 to 3.3.0 * Update six from 1.9.0 to 1.10.0 * Update flask-babelex from 0.9.2 to 0.9.3 * Update requests-oauthlib from 0.4.2 to 0.7.0 * Update rsa from 3.1.4 to 3.4.2 * Pin python-twitter to latest version 3.1 * Pin python-twitter to latest version 3.1 * Update flask-login from 0.2.11 to 0.3.2 * Pin flask-script to latest version 2.0.5 * Pin flask-script to latest version 2.0.5 * Update facebook-sdk from 0.4.0 to 2.0.0 * Pin pyopenssl to latest version 16.2.0 * Pin pyopenssl to latest version 16.2.0 * Update oauth2client from 1.4.5 to 4.0.0 * Pin flask-sqlalchemy to latest version 2.1 * Pin flask-sqlalchemy to latest version 2.1 * Update pytz from 2014.10 to 2016.7 * Update babel from 1.3 to 2.3.4 * Update pyasn1 from 0.1.7 to 0.1.9 * Update simplejson from 3.6.5 to 3.8.2 * Update flask from 0.10.1 to 0.11.1 * Update flask-mongoengine from 0.7.1 to 0.8 * Pin pyasn1 to latest version 0.1.9 * Pin pyasn1 to latest version 0.1.9 * Update oauth2 from 1.5.211 to 1.9.0.post1 --- example/gae/requirements.txt | 12 +++--- example/mongodb/requirements.txt | 64 ++++++++++++++++---------------- example/sqla/requirements.txt | 12 +++--- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/example/gae/requirements.txt b/example/gae/requirements.txt index 8d81c47..fd1a749 100644 --- a/example/gae/requirements.txt +++ b/example/gae/requirements.txt @@ -3,12 +3,12 @@ Flask>=0.10.1 Flask-Babel>=0.9 Flask-Security>=1.7.5 Flask-Mail>=0.9.1 -Flask-Script -Flask-SQLAlchemy +Flask-Script==2.0.5 +Flask-SQLAlchemy==2.1 facebook-sdk>=0.4.0 google-api-python-client>=1.2 -python-twitter -PyOpenSSL -ndg-httpsclient -pyasn1 +python-twitter==3.1 +PyOpenSSL==16.2.0 +ndg-httpsclient==0.4.2 +pyasn1==0.1.9 diff --git a/example/mongodb/requirements.txt b/example/mongodb/requirements.txt index c9b6f79..2f3282a 100644 --- a/example/mongodb/requirements.txt +++ b/example/mongodb/requirements.txt @@ -1,39 +1,39 @@ -Babel==1.3 -blinker==1.3 -facebook-sdk==0.4.0 -Flask==0.10.1 -Flask-Admin==1.0.9 -Flask-Babel==0.9 -Flask-BabelEx==0.9.2 -Flask-Login==0.2.11 +Babel==2.3.4 +blinker==1.4 +facebook-sdk==2.0.0 +Flask==0.11.1 +Flask-Admin==1.4.2 +Flask-Babel==0.11.1 +Flask-BabelEx==0.9.3 +Flask-Login==0.3.2 Flask-Mail==0.9.1 -flask-mongoengine==0.7.1 +flask-mongoengine==0.8 Flask-OAuth==0.12 Flask-Principal==0.4.0 Flask-Script==2.0.5 -Flask-Security==1.7.4 -Flask-WTF==0.10.3 -google-api-python-client==1.3.1 -httplib2==0.9 +Flask-Security==1.7.5 +Flask-WTF==0.13.1 +google-api-python-client==1.5.4 +httplib2==0.9.2 itsdangerous==0.24 -Jinja2==2.7.3 +Jinja2==2.8 MarkupSafe==0.23 -mongoengine==0.8.7 -oauth2==1.5.211 -oauth2client==1.4.5 -oauthlib==0.7.2 -passlib==1.6.2 -pyasn1==0.1.7 -pyasn1-modules==0.0.5 -pymongo==2.7.2 -python-twitter==2.2 -pytz==2014.10 -requests==2.5.1 -requests-oauthlib==0.4.2 -rsa==3.1.4 -simplejson==3.6.5 -six==1.9.0 +mongoengine==0.10.6 +oauth2==1.9.0.post1 +oauth2client==4.0.0 +oauthlib==2.0.0 +passlib==1.6.5 +pyasn1==0.1.9 +pyasn1-modules==0.0.8 +pymongo==3.3.0 +python-twitter==3.1 +pytz==2016.7 +requests==2.11.1 +requests-oauthlib==0.7.0 +rsa==3.4.2 +simplejson==3.8.2 +six==1.10.0 speaklater==1.3 -uritemplate==0.6 -Werkzeug==0.9.6 -WTForms==1.0.5 +uritemplate==3.0.0 +Werkzeug==0.11.11 +WTForms==2.1 diff --git a/example/sqla/requirements.txt b/example/sqla/requirements.txt index 4f07841..4111b16 100644 --- a/example/sqla/requirements.txt +++ b/example/sqla/requirements.txt @@ -3,13 +3,13 @@ Flask>=0.10.1 Flask-Babel>=0.9 Flask-Security>=1.7.5 Flask-Mail>=0.9.1 -Flask-Script -Flask-SQLAlchemy +Flask-Script==2.0.5 +Flask-SQLAlchemy==2.1 facebook-sdk>=0.4.0 google-api-python-client>=1.2 -python-twitter -PyOpenSSL -ndg-httpsclient -pyasn1 +python-twitter==3.1 +PyOpenSSL==16.2.0 +ndg-httpsclient==0.4.2 +pyasn1==0.1.9