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 03 #75

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ whitenoise==3.3.1


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

# Models
django-model-utils==3.0.0
django-model-utils==3.1.1

# Images
Pillow==4.3.0
Pillow==5.0.0

# Password storage
argon2-cffi==16.3.0
argon2-cffi==18.1.0

# For user registration, either via email or social
# Well-built with regular release cycles!
Expand All @@ -50,7 +50,7 @@ celery==4.1
# Your custom requirements go here

# AWS
boto3==1.4.7
boto3==1.5.19

# 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
numpy==1.13.3
pandas==0.22.0
numpy==1.14.0

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

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

Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
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
Sphinx==1.6.6
django-extensions==1.9.9
Werkzeug==0.14.1
django-test-plus==1.0.22
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.22
factory-boy==2.9.2

# pytest
Expand Down