From 8edd88d662a9bad4790ff49858b49d9a943f67fd Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 17 Dec 2018 05:54:00 -0800 Subject: [PATCH] Scheduled weekly dependency update for week 50 (#92) * Update python-dotenv from 0.10.0 to 0.10.1 * Update sqlalchemy from 1.2.14 to 1.2.15 * Update bcrypt from 3.1.4 to 3.1.5 * Update requests from 2.20.1 to 2.21.0 --- requirements-dev.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8ed9d684..e5279554 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ flake8==3.6.0 lockfile==0.12.2 mypy==0.650 nose==1.3.7 -python-dotenv==0.10.0 +python-dotenv==0.10.1 bandit==1.5.1 diff --git a/requirements.txt b/requirements.txt index 31ff9aba..a1371158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,14 +7,14 @@ Flask-Security==3.0.0 Flask-Testing==0.7.1 Flask-WTF==0.14.2 Flask==1.0.2 -SQLAlchemy==1.2.14 +SQLAlchemy==1.2.15 WTForms==2.2.1 Werkzeug==0.14.1 apache-libcloud==2.4.0 -bcrypt==3.1.4 +bcrypt==3.1.5 cached-property==1.5.1 gunicorn==19.9.0 passlib==1.7.1 -requests==2.20.1 +requests==2.21.0 typing==3.6.6 tzlocal==1.5.1