From fcf7d4ecef65f74f7f5850f253eefb14c246486b Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Thu, 30 May 2019 10:15:24 -0300 Subject: [PATCH] general dependencies update --- requirements/base.txt | 20 ++++++++++---------- requirements/local.txt | 12 ++++++------ requirements/production.txt | 4 ++-- requirements/test.txt | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 58970217..9ed23113 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,13 +3,13 @@ django==2.0.13 # Configuration -django-environ==0.4.4 +django-environ==0.4.5 # Forms -django-braces==1.12.0 +django-braces==1.13.0 # Models -django-model-utils==3.1.1 +django-model-utils==3.1.2 # For authentication with OSM social-auth-app-django==2.1.0 @@ -20,30 +20,30 @@ djangorestframework==3.7.7 djangorestframework-gis==0.12 djangorestframework-csv==2.1.0 django-filter==1.0.4 -django-rest-swagger==2.1.2 django-cors-headers==2.2.0 +django-rest-swagger==2.2.0 # coreapi==2.3.0 # For the persistence stores -psycopg2-binary==2.7.4 +psycopg2-binary==2.8.2 # Unicode slugification unicode-slugify==0.1.3 -django-autoslug==1.9.3 +django-autoslug==1.9.4 # Time zones support -pytz==2018.4 +pytz==2019.1 # Celery support celery==3.1.25 # Redis support -django-redis==4.9.0 +django-redis==4.10.0 redis>=2.10.5 # Your custom requirements go here -PyYAML==4.2b1 +PyYAML==5.1 osmcha==0.4.8 # git python is required by the frontend management command -GitPython==2.1.9 +GitPython==2.1.11 diff --git a/requirements/local.txt b/requirements/local.txt index 547a1dc1..3df6d2cc 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,13 +1,13 @@ # Local development dependencies go here -r test.txt -coverage==4.5.1 -Sphinx django-extensions==1.9.9 -Werkzeug==0.14.1 +coverage==4.5.3 +Sphinx==2.0.1 +Werkzeug==0.15.4 # django-debug-toolbar that works with Django 1.5+ -django-debug-toolbar==1.9.1 -sqlparse==0.2.4 +django-debug-toolbar==1.11 +sqlparse==0.3.0 #shell -bpython==0.17.1 +bpython==0.18 diff --git a/requirements/production.txt b/requirements/production.txt index 025a89ce..e4250150 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,5 +2,5 @@ # production that isn't in development. -r base.txt -gevent==1.2.2 -gunicorn==19.7.1 +gevent==1.4.0 +gunicorn==19.9.0 diff --git a/requirements/test.txt b/requirements/test.txt index a2569ab1..ead334f3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # Test dependencies go here. -r base.txt -flake8==3.6.0 -django-test-plus==1.1.1 -factory-boy==2.11.1 +flake8==3.7.7 +django-test-plus==1.2.0 +factory-boy==2.12.0