Skip to content

Commit

Permalink
Merge pull request #165 from massgo/pyup-scheduled-update-11-20-2017
Browse files Browse the repository at this point in the history
Scheduled weekly dependency update for week 47
  • Loading branch information
hndrewaall authored Nov 21, 2017
2 parents 3f9a1a7 + f6e948c commit 775fdcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions app/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
-r prod.txt

# Testing
pytest==3.2.2
WebTest==2.0.28
pytest==3.2.5
WebTest==2.0.29
factory-boy==2.9.2

# Lint and code style
flake8==3.4.1
flake8==3.5.0
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-debugger==3.0.0
flake8-docstrings==1.1.0
flake8-isort==2.2.2
flake8-quotes==0.11.0
flake8-quotes==0.12.0
isort==4.2.15
pep8-naming==0.4.1
8 changes: 4 additions & 4 deletions app/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Jinja2==2.9.6
Jinja2==2.10
itsdangerous==0.24
click>=5.0

# Database
Flask-SQLAlchemy==2.2
psycopg2==2.7.3.1
SQLAlchemy==1.1.14
Flask-SQLAlchemy==2.3.2
psycopg2==2.7.3.2
SQLAlchemy==1.1.15

# Migrations
Flask-Migrate==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion app/requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
bumpversion==0.5.3

# AWS
awscli==1.11.154
awscli==1.11.189

0 comments on commit 775fdcd

Please sign in to comment.