diff --git a/requirements-dev.txt b/requirements-dev.txt index 5f945f0a3..768509903 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ pytest-mock==1.10.1 pytest-asyncio==0.10.0 pytest-cov==2.6.1 coveralls==1.5.1 -mypy==0.660 +mypy==0.670 diff --git a/requirements-plot.txt b/requirements-plot.txt index d3f003fba..c01ea6a60 100644 --- a/requirements-plot.txt +++ b/requirements-plot.txt @@ -1,5 +1,5 @@ # Include all requirements to run the bot. -r requirements.txt -plotly==3.6.0 +plotly==3.6.1 diff --git a/requirements.txt b/requirements.txt index 012b4a3f5..208109318 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ccxt==1.18.210 +ccxt==1.18.221 SQLAlchemy==1.2.17 python-telegram-bot==11.1.0 arrow==0.13.0 @@ -10,7 +10,7 @@ numpy==1.16.1 pandas==0.24.1 scikit-learn==0.20.2 joblib==0.13.1 -scipy==1.2.0 +scipy==1.2.1 jsonschema==2.6.0 TA-Lib==0.4.17 tabulate==0.8.3