From 06ad04e5fa8f48adac1d1ae12caf5689464569f3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2019 18:28:30 +0000 Subject: [PATCH 1/3] Update ccxt from 1.18.805 to 1.18.860 --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 6913217ff..409c979b5 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.805 +ccxt==1.18.860 SQLAlchemy==1.3.5 python-telegram-bot==11.1.0 arrow==0.14.2 From 1e4f459a2678e377e418480b5415d6c59c87b13b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2019 18:28:31 +0000 Subject: [PATCH 2/3] Update pytest from 4.6.3 to 5.0.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1232d4dd4..99697340d 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.6.3 +pytest==5.0.0 pytest-mock==1.10.4 pytest-asyncio==0.10.0 pytest-cov==2.7.1 From c91add203d451b93d384af919f99d5d4edc408e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2019 18:28:32 +0000 Subject: [PATCH 3/3] Update mypy from 0.710 to 0.711 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 99697340d..c360bc85e 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.710 +mypy==0.711