From a6598997e2ee386132289acd62f56dd4e4137fd1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:36 +0100 Subject: [PATCH 1/7] Update sqlalchemy from 1.1.14 to 1.1.15 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ed05807b..b00b8430a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -e git+https://github.com/ericsomdahl/python-bittrex.git@0.2.0#egg=python-bittrex -SQLAlchemy==1.1.14 +SQLAlchemy==1.1.15 python-telegram-bot==8.1.1 arrow==0.10.0 cachetools==2.0.1 From 9276f3202c0c073fe814a9840a8eae01884de143 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:37 +0100 Subject: [PATCH 2/7] Update pandas from 0.20.3 to 0.21.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b00b8430a..134e51c93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cachetools==2.0.1 requests==2.18.4 urllib3==1.22 wrapt==1.10.11 -pandas==0.20.3 +pandas==0.21.0 scikit-learn==0.19.0 scipy==0.19.1 jsonschema==2.6.0 From 6a57a8da12e2bb583e004336f7f9b13c1ab7c248 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:39 +0100 Subject: [PATCH 3/7] Update scikit-learn from 0.19.0 to 0.19.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 134e51c93..01e2cccb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ requests==2.18.4 urllib3==1.22 wrapt==1.10.11 pandas==0.21.0 -scikit-learn==0.19.0 +scikit-learn==0.19.1 scipy==0.19.1 jsonschema==2.6.0 numpy==1.13.3 From 2324aa07823a80ab4cd4743d0c674007c6a3a6f3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:40 +0100 Subject: [PATCH 4/7] Update scipy from 0.19.1 to 1.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01e2cccb3..52a6dc679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ urllib3==1.22 wrapt==1.10.11 pandas==0.21.0 scikit-learn==0.19.1 -scipy==0.19.1 +scipy==1.0.0 jsonschema==2.6.0 numpy==1.13.3 TA-Lib==0.4.10 From 3ce7ef5e8bc136b794f46aa4e738d8804e8162bd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:42 +0100 Subject: [PATCH 5/7] Update pytest from 3.2.3 to 3.2.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52a6dc679..4db30ca53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ scipy==1.0.0 jsonschema==2.6.0 numpy==1.13.3 TA-Lib==0.4.10 -pytest==3.2.3 +pytest==3.2.5 pytest-mock==1.6.3 pytest-cov==2.5.1 hyperopt==0.1 From 0502bd3c2d7fad21c0d9565e080694d5f9d0a624 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Nov 2017 21:07:43 +0100 Subject: [PATCH 6/7] Update networkx from 1.11 to 2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4db30ca53..60e9b37f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest-mock==1.6.3 pytest-cov==2.5.1 hyperopt==0.1 # do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325 -networkx==1.11 +networkx==2.0 tabulate==0.8.1 # Required for plotting data From 05d7746f621317e3981ff3754480db4c8abc05aa Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Fri, 1 Dec 2017 21:13:02 +0200 Subject: [PATCH 7/7] Revert "Update networkx from 1.11 to 2.0" This reverts commit 0502bd3c2d7fad21c0d9565e080694d5f9d0a624. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 046f47322..1a307b2cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest-mock==1.6.3 pytest-cov==2.5.1 hyperopt==0.1 # do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325 -networkx==2.0 +networkx==1.11 tabulate==0.8.1 # Required for plotting data