From 703fdb2bc637efa73e1515afcf8628969cb7a3aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:07 +0000 Subject: [PATCH 1/7] Update scipy from 1.2.1 to 1.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78585f8f5..da87f56d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ numpy==1.16.3 pandas==0.24.2 -scipy==1.2.1 +scipy==1.3.0 From de95e50804addaafb785f1392a0a10075f523a0b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:08 +0000 Subject: [PATCH 2/7] Update ccxt from 1.18.523 to 1.18.551 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 4f7309a6a..8139d2cbb 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -1,6 +1,6 @@ # requirements without requirements installable via conda # mainly used for Raspberry pi installs -ccxt==1.18.523 +ccxt==1.18.551 SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.1 From 3404bb1865b31823bd978ec3084f66c6955f63e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:09 +0000 Subject: [PATCH 3/7] Update arrow from 0.13.1 to 0.13.2 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 8139d2cbb..4ec3a0092 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -3,7 +3,7 @@ ccxt==1.18.551 SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 -arrow==0.13.1 +arrow==0.13.2 cachetools==3.1.0 requests==2.21.0 urllib3==1.24.2 # pyup: ignore From 34c7ac8926079673cbf92f7a204f08daff38231b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:10 +0000 Subject: [PATCH 4/7] Update requests from 2.21.0 to 2.22.0 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 4ec3a0092..deea30faf 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -5,7 +5,7 @@ SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.2 cachetools==3.1.0 -requests==2.21.0 +requests==2.22.0 urllib3==1.24.2 # pyup: ignore wrapt==1.11.1 scikit-learn==0.21.0 From 5b24ac78981946bf334d19e28c14a180add4431c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:11 +0000 Subject: [PATCH 5/7] Update scikit-learn from 0.21.0 to 0.21.1 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index deea30faf..4ba4426b7 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -8,7 +8,7 @@ cachetools==3.1.0 requests==2.22.0 urllib3==1.24.2 # pyup: ignore wrapt==1.11.1 -scikit-learn==0.21.0 +scikit-learn==0.21.1 joblib==0.13.2 jsonschema==3.0.1 TA-Lib==0.4.17 From 04e13eed7dbc006bd17ea50dab6da94317a39750 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 15:36:13 +0000 Subject: [PATCH 6/7] Update filelock from 3.0.10 to 3.0.12 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 4ba4426b7..3f755b8c0 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -17,7 +17,7 @@ coinmarketcap==5.0.3 # Required for hyperopt scikit-optimize==0.5.2 -filelock==3.0.10 +filelock==3.0.12 # find first, C search in arrays py_find_1st==1.1.3 From 96a34f753b0be9a86e09eb9fd00aeace08302bfd Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 20 May 2019 19:48:12 +0200 Subject: [PATCH 7/7] Adapt test to new output from arrow --- freqtrade/tests/rpc/test_rpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freqtrade/tests/rpc/test_rpc.py b/freqtrade/tests/rpc/test_rpc.py index 6ce543f3d..c3fcd62fb 100644 --- a/freqtrade/tests/rpc/test_rpc.py +++ b/freqtrade/tests/rpc/test_rpc.py @@ -119,7 +119,7 @@ def test_rpc_status_table(default_conf, ticker, fee, markets, mocker) -> None: freqtradebot.create_trade() result = rpc._rpc_status_table() - assert 'just now' in result['Since'].all() + assert 'instantly' in result['Since'].all() assert 'ETH/BTC' in result['Pair'].all() assert '-0.59%' in result['Profit'].all() @@ -128,7 +128,7 @@ def test_rpc_status_table(default_conf, ticker, fee, markets, mocker) -> None: # invalidate ticker cache rpc._freqtrade.exchange._cached_ticker = {} result = rpc._rpc_status_table() - assert 'just now' in result['Since'].all() + assert 'instantly' in result['Since'].all() assert 'ETH/BTC' in result['Pair'].all() assert 'nan%' in result['Profit'].all()