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 45 #162

Closed
wants to merge 9 commits into from
10 changes: 5 additions & 5 deletions app/requirements/dev.txt
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
6 changes: 3 additions & 3 deletions app/requirements/prod.txt
Expand Up @@ -9,9 +9,9 @@ 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
Expand Up @@ -5,4 +5,4 @@
bumpversion==0.5.3

# AWS
awscli==1.11.154
awscli==1.11.181