Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 17 (#272)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sbathgate authored Apr 28, 2020
1 parent ea0b2b6 commit d697661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d697661

Please sign in to comment.