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 04 #185

Closed
wants to merge 10 commits into from
12 changes: 6 additions & 6 deletions app/requirements/dev.txt
Expand Up @@ -2,16 +2,16 @@
-r prod.txt

# Testing
pytest==3.2.5
pytest==3.3.2
WebTest==2.0.29
factory-boy==2.9.2
factory-boy==2.10.0

# Lint and code style
flake8==3.5.0
flake8-blind-except==0.1.1
flake8-debugger==3.0.0
flake8-docstrings==1.1.0
flake8-isort==2.2.2
flake8-quotes==0.12.0
flake8-docstrings==1.3.0
flake8-isort==2.3
flake8-quotes==0.13.0
isort==4.2.15
pep8-naming==0.4.1
pep8-naming==0.5.0
6 changes: 3 additions & 3 deletions app/requirements/prod.txt
Expand Up @@ -3,15 +3,15 @@
# Flask
Flask==0.12.2
MarkupSafe==1.0
Werkzeug==0.12.2
Werkzeug==0.14.1
Jinja2==2.10
itsdangerous==0.24
click>=5.0

# Database
Flask-SQLAlchemy==2.3.2
psycopg2==2.7.3.2
SQLAlchemy==1.1.15
SQLAlchemy==1.2.2

# Migrations
Flask-Migrate==2.1.1
Expand All @@ -29,7 +29,7 @@ cssmin>=0.2.0
jsmin>=2.0.11

# Auth
Flask-Login==0.4.0
Flask-Login==0.4.1
Flask-Bcrypt==0.7.1

# Caching
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.12.2
awscli==1.14.32