diff --git a/requirements-common.txt b/requirements-common.txt index ed3f052a9..6913217ff 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -1,13 +1,13 @@ # requirements without requirements installable via conda # mainly used for Raspberry pi installs -ccxt==1.18.725 -SQLAlchemy==1.3.4 +ccxt==1.18.805 +SQLAlchemy==1.3.5 python-telegram-bot==11.1.0 arrow==0.14.2 cachetools==3.1.1 requests==2.22.0 urllib3==1.24.2 # pyup: ignore -wrapt==1.11.1 +wrapt==1.11.2 scikit-learn==0.21.2 joblib==0.13.2 jsonschema==3.0.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index ce05b47f0..1232d4dd4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,4 +10,4 @@ pytest-mock==1.10.4 pytest-asyncio==0.10.0 pytest-cov==2.7.1 coveralls==1.8.1 -mypy==0.701 +mypy==0.710