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 06 #187

Closed
wants to merge 13 commits into from
16 changes: 8 additions & 8 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.5
pytest==3.4.0
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
isort==4.2.15
pep8-naming==0.4.1
flake8-debugger==3.1.0
flake8-docstrings==1.3.0
flake8-isort==2.3
flake8-quotes==0.13.0
isort==4.3.3
pep8-naming==0.5.0
8 changes: 4 additions & 4 deletions app/requirements/prod.txt
Original file line number Diff line number Diff line change
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
psycopg2==2.7.4
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
bumpversion==0.5.3

# AWS
awscli==1.12.2
awscli==1.14.36