From cc15094d43961f7a5a638b8dc7364022e7463ce5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:06 -0500 Subject: [PATCH 01/19] Update codecov from 2.0.9 to 2.0.13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 393ec57..0fc0ad3 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.13 cov-core==1.15.0 #nose2 coverage, not in conda, pip install coverage==4.4.2 coveralls==1.2.0 From 51dc4d4b2a5ee6514b55f9351f1337a0d65d2ba7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:08 -0500 Subject: [PATCH 02/19] Update django from 1.11.7 to 2.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fc0ad3..024f538 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ codecov==2.0.13 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.1 django-crispy-forms==1.7.0 django-parsley==0.6 #problematic for django 1.9+ django-rest-swagger==2.1.2 From de0d0d2cd5df4425e9de6fb00265513a279f3074 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:10 -0500 Subject: [PATCH 03/19] 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 024f538..7daa4b8 100755 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ coverage==4.4.2 coveralls==1.2.0 django==2.0.1 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 a6d77757dba74cd34b900072909b5a7102c671c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:11 -0500 Subject: [PATCH 04/19] 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 7daa4b8..76dce9f 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 75b00a14d422326a45f01dff99754732c551dd97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:13 -0500 Subject: [PATCH 05/19] 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 76dce9f..eb83580 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 d96594f942171c050b4299a3ce348a77da344895 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:14 -0500 Subject: [PATCH 06/19] 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 eb83580..4f80809 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 dde28f3c67b4d4b6561f0616d312ceca2026d2f1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:16 -0500 Subject: [PATCH 07/19] Update nose2 from 0.7.2 to 0.7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f80809..ad6c6f3 100755 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ html5lib==1.0.1 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 +nose2==0.7.3 nose-cov==1.6 nose2-html-report==0.5.0 nose-htmloutput==0.6.0 From bdccc20070c839bbda6dc5d75eff7c763a5ae930 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:17 -0500 Subject: [PATCH 08/19] Update nose2-html-report from 0.5.0 to 0.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad6c6f3..1a405fe 100755 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ Jinja2==2.10 nose==1.3.7 #pycharm cant currently run nose2 nose2==0.7.3 nose-cov==1.6 -nose2-html-report==0.5.0 +nose2-html-report==0.6.0 nose-htmloutput==0.6.0 numba==0.35.0 numpy==1.13.3 From 0abe64e87721d3be5bb6c4c5c576bb4df0f31ae9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:19 -0500 Subject: [PATCH 09/19] Update numba from 0.35.0 to 0.36.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a405fe..2a7a173 100755 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ nose2==0.7.3 nose-cov==1.6 nose2-html-report==0.6.0 nose-htmloutput==0.6.0 -numba==0.35.0 +numba==0.36.2 numpy==1.13.3 pandas==0.21.0 pillow==4.3.0 From e9650cd8d8dbc218b717a73e5072ae3309f8e0a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:20 -0500 Subject: [PATCH 10/19] Update numpy from 1.13.3 to 1.14.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a7a173..94cb7ce 100755 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ nose-cov==1.6 nose2-html-report==0.6.0 nose-htmloutput==0.6.0 numba==0.36.2 -numpy==1.13.3 +numpy==1.14.0 pandas==0.21.0 pillow==4.3.0 psutil==5.4.1 From de29dcfcb30c8df6fe5e097947f54c1dd51301ff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:22 -0500 Subject: [PATCH 11/19] Update pandas from 0.21.0 to 0.22.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94cb7ce..bb4e932 100755 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ nose2-html-report==0.6.0 nose-htmloutput==0.6.0 numba==0.36.2 numpy==1.14.0 -pandas==0.21.0 +pandas==0.22.0 pillow==4.3.0 psutil==5.4.1 psycopg2==2.7.3.2 From d4dfedadd019240cfd611510744231494b12ef48 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:23 -0500 Subject: [PATCH 12/19] Update pillow from 4.3.0 to 5.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb4e932..5c8f6a9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ nose-htmloutput==0.6.0 numba==0.36.2 numpy==1.14.0 pandas==0.22.0 -pillow==4.3.0 +pillow==5.0.0 psutil==5.4.1 psycopg2==2.7.3.2 pylint==1.7.4 From b98e5c1a419cd13e334ed89d3e199886ef01606f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:25 -0500 Subject: [PATCH 13/19] Update psutil from 5.4.1 to 5.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c8f6a9..d927385 100755 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ numba==0.36.2 numpy==1.14.0 pandas==0.22.0 pillow==5.0.0 -psutil==5.4.1 +psutil==5.4.3 psycopg2==2.7.3.2 pylint==1.7.4 pymongo==3.5.1 From 4fd2e2e5d87e54b65aba92c91d4eefd9dae74843 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:26 -0500 Subject: [PATCH 14/19] Update pylint from 1.7.4 to 1.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d927385..e58a908 100755 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pandas==0.22.0 pillow==5.0.0 psutil==5.4.3 psycopg2==2.7.3.2 -pylint==1.7.4 +pylint==1.8.1 pymongo==3.5.1 pypdf2==1.26.0 pytest==3.2.3 From 28970928a1aad78ac40a19bcb12f493cb431d6a6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:28 -0500 Subject: [PATCH 15/19] 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 e58a908..3ac1a6e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pillow==5.0.0 psutil==5.4.3 psycopg2==2.7.3.2 pylint==1.8.1 -pymongo==3.5.1 +pymongo==3.6.0 pypdf2==1.26.0 pytest==3.2.3 pytest-django==3.1.2 From 5c8fae3d7c8eb2a22305ddf684ba01704a2520f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:29 -0500 Subject: [PATCH 16/19] Update pytest from 3.2.3 to 3.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ac1a6e..aee3a06 100755 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ psycopg2==2.7.3.2 pylint==1.8.1 pymongo==3.6.0 pypdf2==1.26.0 -pytest==3.2.3 +pytest==3.3.2 pytest-django==3.1.2 python-coveralls==2.9.1 #not in conda, pip install python-dotenv==0.7.1 From a609f31a726c6b25d362fcb5a6669d37b174968c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:30 -0500 Subject: [PATCH 17/19] Update selenium from 3.7.0 to 3.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aee3a06..ad95648 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.1 Sphinx==1.6.5 sqlalchemy==1.1.15 # sqlalchemy-utils==0.32.14 From 3d7f33b2478eb43ad06af54990ff7054e05e8e79 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:32 -0500 Subject: [PATCH 18/19] Update sphinx from 1.6.5 to 1.6.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad95648..09b1194 100755 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ rollbar==0.13.17 scipy==1.0.0 #snakefood==1.4 #not in conda, pip install (failed when pip installing: SyntaxError) selenium==3.8.1 -Sphinx==1.6.5 +Sphinx==1.6.6 sqlalchemy==1.1.15 # sqlalchemy-utils==0.32.14 tabulate==0.8.2 From 9668389e75a1fd01fd962d8bca53342b525f0f83 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Jan 2018 10:33:34 -0500 Subject: [PATCH 19/19] Update sqlalchemy from 1.1.15 to 1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09b1194..a80a09d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ scipy==1.0.0 #snakefood==1.4 #not in conda, pip install (failed when pip installing: SyntaxError) selenium==3.8.1 Sphinx==1.6.6 -sqlalchemy==1.1.15 +sqlalchemy==1.2.0 # sqlalchemy-utils==0.32.14 tabulate==0.8.2 twine==1.9.1 #not in conda, pip install