diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d0e99843..123531f23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ flake8==3.7.7 flake8-type-annotations==0.1.0 flake8-tidy-imports==2.0.0 pytest==4.4.1 -pytest-mock==1.10.3 +pytest-mock==1.10.4 pytest-asyncio==0.10.0 pytest-cov==2.6.1 coveralls==1.7.0 diff --git a/requirements-pi.txt b/requirements-pi.txt index 30e4a4ce4..b0e15f39d 100644 --- a/requirements-pi.txt +++ b/requirements-pi.txt @@ -1,10 +1,10 @@ -ccxt==1.18.472 +ccxt==1.18.475 SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.1 cachetools==3.1.0 requests==2.21.0 -urllib3==1.24.1 +urllib3==1.24.2 wrapt==1.11.1 scikit-learn==0.20.3 joblib==0.13.2 diff --git a/requirements.txt b/requirements.txt index 771102e90..f227603ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -ccxt==1.18.472 +ccxt==1.18.475 SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.1 cachetools==3.1.0 requests==2.21.0 -urllib3==1.24.1 +urllib3==1.24.2 wrapt==1.11.1 numpy==1.16.2 pandas==0.24.2