diff --git a/requirements-dev.txt b/requirements-dev.txt index c59923ed2..77f122a59 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ flake8==3.7.7 flake8-type-annotations==0.1.0 flake8-tidy-imports==2.0.0 -pytest==4.4.0 +pytest==4.4.1 pytest-mock==1.10.3 pytest-asyncio==0.10.0 pytest-cov==2.6.1 diff --git a/requirements-pi.txt b/requirements-pi.txt index 7d7b779e9..0fd26a3d9 100644 --- a/requirements-pi.txt +++ b/requirements-pi.txt @@ -1,5 +1,5 @@ -ccxt==1.18.468 -SQLAlchemy==1.3.2 +ccxt==1.18.470 +SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.1 cachetools==3.1.0 diff --git a/requirements-plot.txt b/requirements-plot.txt index e582fddf6..0b924b608 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.7.1 +plotly==3.8.0 diff --git a/requirements.txt b/requirements.txt index d8d4d84d5..40903e9d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -ccxt==1.18.468 -SQLAlchemy==1.3.2 +ccxt==1.18.470 +SQLAlchemy==1.3.3 python-telegram-bot==11.1.0 arrow==0.13.1 cachetools==3.1.0