From 25755f6adfb2e4307ed478ff9fbf4ab0dd051a20 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2019 15:23:13 +0000 Subject: [PATCH 1/3] Update ccxt from 1.18.667 to 1.18.725 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 8b44e9d28..ed3f052a9 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.667 +ccxt==1.18.725 SQLAlchemy==1.3.4 python-telegram-bot==11.1.0 arrow==0.14.2 From 6973087d5b2dad8e74263eaeebf86cd17bf631a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2019 15:23:14 +0000 Subject: [PATCH 2/3] Update pytest from 4.6.2 to 4.6.3 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 315033847..a8ba6f6c0 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.6.2 +pytest==4.6.3 pytest-mock==1.10.4 pytest-asyncio==0.10.0 pytest-cov==2.7.1 From 0e7ea1dadad4d57eb355b0fa799e04b973596882 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jun 2019 15:23:15 +0000 Subject: [PATCH 3/3] Update coveralls from 1.8.0 to 1.8.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a8ba6f6c0..21bb899b3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,5 +8,5 @@ pytest==4.6.3 pytest-mock==1.10.4 pytest-asyncio==0.10.0 pytest-cov==2.7.1 -coveralls==1.8.0 +coveralls==1.8.1 mypy==0.701