From 0816e757b1fba4ede934f15883f00faa93a89398 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:08 -0500 Subject: [PATCH 01/12] Update codecov from 2.0.9 to 2.0.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 393ec57..1655b46 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ bcrypt==3.1.4 beautifulsoup4==4.6.0 boto==2.48.0 celery==4.1.0 -codecov==2.0.9 +codecov==2.0.10 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.2 coveralls==1.2.0 From c4dff495fcd293b341c6abc7340fac63acc07469 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:10 -0500 Subject: [PATCH 02/12] Update django from 1.11.7 to 2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1655b46..e2dbded 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ codecov==2.0.10 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.2 coveralls==1.2.0 -django==1.11.7 +django==2.0 django-crispy-forms==1.7.0 django-parsley==0.6 #problematic for django 1.9+ django-rest-swagger==2.1.2 From 2363b4603651ac1e621ccd7bb33c1806530cea55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:12 -0500 Subject: [PATCH 03/12] Update django-parsley from 0.6 to 0.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2dbded..2795971 100755 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ coverage==4.4.2 coveralls==1.2.0 django==2.0 django-crispy-forms==1.7.0 -django-parsley==0.6 #problematic for django 1.9+ +django-parsley==0.7 #problematic for django 1.9+ django-rest-swagger==2.1.2 earthengine-api==0.1.129 factory-boy==2.9.2 From d12952f632ac2073a631bcd0ccd1f88145a9cd69 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:13 -0500 Subject: [PATCH 04/12] Update futures from 3.1.1 to 3.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2795971..a7edf93 100755 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ flask==0.12.2 flask-restful==0.3.6 flask-swagger==0.2.13 flower==0.9.2 -futures==3.1.1 +futures==3.2.0 google-api-python-client==1.6.4 html5lib==0.999999999 Jinja2==2.9.6 From de9d1fef08d9e9f256097751c9a42910465d7bbf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:15 -0500 Subject: [PATCH 05/12] Update html5lib from 0.999999999 to 1.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7edf93..c3ce4dc 100755 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ flask-swagger==0.2.13 flower==0.9.2 futures==3.2.0 google-api-python-client==1.6.4 -html5lib==0.999999999 +html5lib==1.0.1 Jinja2==2.9.6 #mechanize==0.3.6 # build error: "mechanize" only works on python 2.x" nose==1.3.7 #pycharm cant currently run nose2 From d044c1177a8961567314d510ef32bf766f668ff7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:16 -0500 Subject: [PATCH 06/12] Update jinja2 from 2.9.6 to 2.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3ce4dc..af31799 100755 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ flower==0.9.2 futures==3.2.0 google-api-python-client==1.6.4 html5lib==1.0.1 -Jinja2==2.9.6 +Jinja2==2.10 #mechanize==0.3.6 # build error: "mechanize" only works on python 2.x" nose==1.3.7 #pycharm cant currently run nose2 nose2==0.7.2 From 1dae4b43b570f10406242e2ad09d98f10e457518 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:18 -0500 Subject: [PATCH 07/12] Update numba from 0.35.0 to 0.36.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af31799..4e1a554 100755 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ nose2==0.7.2 nose-cov==1.6 nose2-html-report==0.5.0 nose-htmloutput==0.6.0 -numba==0.35.0 +numba==0.36.1 numpy==1.13.3 pandas==0.21.0 pillow==4.3.0 From fb2861a68c077600930dd378b3addef77e64a824 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:19 -0500 Subject: [PATCH 08/12] Update psutil from 5.4.1 to 5.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e1a554..fd8a71a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ numba==0.36.1 numpy==1.13.3 pandas==0.21.0 pillow==4.3.0 -psutil==5.4.1 +psutil==5.4.2 psycopg2==2.7.3.2 pylint==1.7.4 pymongo==3.5.1 From 76d80dbe615441e8422bafb708715c0d69306881 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:21 -0500 Subject: [PATCH 09/12] Update pylint from 1.7.4 to 1.7.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd8a71a..80d5c38 100755 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pandas==0.21.0 pillow==4.3.0 psutil==5.4.2 psycopg2==2.7.3.2 -pylint==1.7.4 +pylint==1.7.5 pymongo==3.5.1 pypdf2==1.26.0 pytest==3.2.3 From e87716b8c943e2f4ff50bc58119d818a241899c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:22 -0500 Subject: [PATCH 10/12] Update pymongo from 3.5.1 to 3.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80d5c38..187e3b6 100755 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pillow==4.3.0 psutil==5.4.2 psycopg2==2.7.3.2 pylint==1.7.5 -pymongo==3.5.1 +pymongo==3.6.0 pypdf2==1.26.0 pytest==3.2.3 pytest-django==3.1.2 From 87c38b8c4e332f3c0d7551c4b6d7f6ed9cfeb004 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:24 -0500 Subject: [PATCH 11/12] Update pytest from 3.2.3 to 3.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 187e3b6..47f15a0 100755 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ psycopg2==2.7.3.2 pylint==1.7.5 pymongo==3.6.0 pypdf2==1.26.0 -pytest==3.2.3 +pytest==3.3.1 pytest-django==3.1.2 python-coveralls==2.9.1 #not in conda, pip install python-dotenv==0.7.1 From d79eaf62ddddad32f1fbdfe845ca508e17335a30 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Dec 2017 10:17:25 -0500 Subject: [PATCH 12/12] Update selenium from 3.7.0 to 3.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47f15a0..29069a7 100755 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ requests==2.18.4 rollbar==0.13.17 scipy==1.0.0 #snakefood==1.4 #not in conda, pip install (failed when pip installing: SyntaxError) -selenium==3.7.0 +selenium==3.8.0 Sphinx==1.6.5 sqlalchemy==1.1.15 # sqlalchemy-utils==0.32.14