Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 46 #163

Closed
wants to merge 10 commits into from
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.3
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.185