Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Scheduled weekly dependency update for week 00 #72

Closed
wants to merge 10 commits into from
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ whitenoise==3.3.1


# Forms
django-braces==1.11.0
django-braces==1.12.0
django-crispy-forms==1.7.0

# Models
Expand Down Expand Up @@ -50,7 +50,7 @@ celery==4.1
# Your custom requirements go here

# AWS
boto3==1.4.7
boto3==1.5.7

# Reporting
# I have made the django-sql-explorer more robust
Expand All @@ -71,16 +71,16 @@ pyyaml==3.12
unipath==1.1

# Adding numpy and pandas for data manipulation
pandas==0.21.0
pandas==0.22.0
numpy==1.13.3

# Raven is the Sentry client
# Not used locally but is required to run make migrations
# --------------------------
raven==6.3.0
raven==6.4.0

# for formatting tables
django-tables2==1.14.2
django-tables2==1.17.1
requests==2.18.4
tablib==0.12.1

Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ coverage==4.4.2
django-coverage-plugin==1.5.0

Sphinx==1.6.5
django-extensions==1.9.7
Werkzeug==0.12.2
django-test-plus==1.0.20
django-extensions==1.9.8
Werkzeug==0.14.1
django-test-plus==1.0.21
factory-boy==2.9.2

django-debug-toolbar==1.8
django-debug-toolbar==1.9.1

# improved REPL
ipdb==0.10.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ psycopg2==2.7.3.2

coverage==4.4.2
flake8==3.5.0
django-test-plus==1.0.20
django-test-plus==1.0.21
factory-boy==2.9.2

# pytest
Expand Down