From 7b2c9815523518f404ad10f9228e90504239d9ff Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 6 Nov 2016 20:15:05 +0100 Subject: [PATCH] Initial Update (#84) * Update flake8-docstrings from 0.2.5 to 1.0.2 * Update werkzeug from 0.11.4 to 0.11.11 * Update sqlalchemy from 1.0.12 to 1.1.3 * Update flake8-quotes from 0.2.4 to 0.8.1 * Update webtest from 2.0.20 to 2.0.23 * Update flask-wtf from 0.12 to 0.13.1 * Update flake8-blind-except from 0.1.0 to 0.1.1 * Update isort from 4.2.2 to 4.2.5 * Update flake8-isort from 1.2 to 2.0.1 * Update pep8-naming from 0.3.3 to 0.4.1 * Update factory-boy from 2.6.1 to 2.7.0 * Update pytest from 2.9.0 to 3.0.3 * Update psycopg2 from 2.6.1 to 2.6.2 * Update flask-login from 0.3.2 to 0.4.0 * Update flake8 from 2.5.4 to 3.0.4 --- .../requirements/dev.txt | 20 +++++++++---------- .../requirements/prod.txt | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt index 2f82814..21ee7fc 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -2,16 +2,16 @@ -r prod.txt # Testing -pytest==2.9.0 -WebTest==2.0.20 -factory-boy==2.6.1 +pytest==3.0.3 +WebTest==2.0.23 +factory-boy==2.7.0 # Lint and code style -flake8==2.5.4 -flake8-blind-except==0.1.0 +flake8==3.0.4 +flake8-blind-except==0.1.1 flake8-debugger==1.4.0 -flake8-docstrings==0.2.5 -flake8-isort==1.2 -flake8-quotes==0.2.4 -isort==4.2.2 -pep8-naming==0.3.3 +flake8-docstrings==1.0.2 +flake8-isort==2.0.1 +flake8-quotes==0.8.1 +isort==4.2.5 +pep8-naming==0.4.1 diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt index f3d8123..5964ee1 100644 --- a/{{cookiecutter.app_name}}/requirements/prod.txt +++ b/{{cookiecutter.app_name}}/requirements/prod.txt @@ -3,21 +3,21 @@ # Flask Flask==0.11.1 MarkupSafe==0.23 -Werkzeug==0.11.4 +Werkzeug==0.11.11 Jinja2==2.8 itsdangerous==0.24 click>=5.0 # Database Flask-SQLAlchemy==2.1 -psycopg2==2.6.1 -SQLAlchemy==1.0.12 +psycopg2==2.6.2 +SQLAlchemy==1.1.3 # Migrations Flask-Migrate==2.0.0 # Forms -Flask-WTF==0.12 +Flask-WTF==0.13.1 WTForms==2.1 # Deployment @@ -29,7 +29,7 @@ cssmin>=0.2.0 jsmin>=2.0.11 # Auth -Flask-Login==0.3.2 +Flask-Login==0.4.0 Flask-Bcrypt==0.7.1 # Caching