From d6976617912ca783db5fa0677976ea2d2873b6fe Mon Sep 17 00:00:00 2001 From: sbathgate <30994898+sbathgate@users.noreply.github.com> Date: Mon, 27 Apr 2020 17:47:44 -0700 Subject: [PATCH] Scheduled weekly dependency update for week 17 (#272) * Update yapf from 0.29.0 to 0.30.0 * Update wtforms from 2.2.1 to 2.3.1 * Update python-crontab from 2.4.1 to 2.4.2 * Update pillow from 7.1.1 to 7.1.2 * Add email-validator --- requirements-dev.txt | 2 +- requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e0773d31..54e95d5a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ lockfile==0.12.2 mypy==0.770 nose2[coverage_plugin]==0.9.2 bandit==1.6.2 -yapf==0.29.0 +yapf==0.30.0 diff --git a/requirements.txt b/requirements.txt index 3dfd49e3..0aa6271b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,8 @@ Flask-Testing==0.8.0 Flask-WTF==0.14.3 Flask==1.1.2 SQLAlchemy==1.3.16 -WTForms==2.2.1 +WTForms==2.3.1 +email-validator==1.0.5 Werkzeug==0.16.1 # pyup: ignore apache-libcloud==3.0.0 bcrypt==3.1.7 @@ -21,10 +22,10 @@ environs==7.4.0 gunicorn==20.0.4 mkwvconf==0.1.1 passlib==1.7.2 -python-crontab==2.4.1 +python-crontab==2.4.2 requests==2.23.0 typing==3.7.4.1 tzlocal==2.0.0 watchdog==0.10.2 xtarfile[zstd]==0.0.2 -Pillow==7.1.1 +Pillow==7.1.2