From df5e6aa58b9d4e049a10e62b5c756da035d5bda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:45:32 +0000 Subject: [PATCH 1/3] Bump aiohttp from 3.6.3 to 3.7.1 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.3 to 3.7.1. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.3...v3.7.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e92eb3f..bf597c256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas==1.1.3 ccxt==1.36.66 multidict==4.7.6 -aiohttp==3.6.3 +aiohttp==3.7.1 SQLAlchemy==1.3.20 python-telegram-bot==13.0 arrow==0.17.0 From 2831a78d0e0bf51bbd9388f6b3506658617cac2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:45:33 +0000 Subject: [PATCH 2/3] Bump ccxt from 1.36.66 to 1.36.85 Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.36.66 to 1.36.85. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst) - [Commits](https://github.com/ccxt/ccxt/compare/1.36.66...1.36.85) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e92eb3f..dcd02c752 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==1.19.2 pandas==1.1.3 -ccxt==1.36.66 +ccxt==1.36.85 multidict==4.7.6 aiohttp==3.6.3 SQLAlchemy==1.3.20 From 442e9d20e12061e94e652070818414e724a9535a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 26 Oct 2020 16:25:46 +0100 Subject: [PATCH 3/3] Remove pinned dependency of multidict --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b97965f6..baf368adf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ numpy==1.19.2 pandas==1.1.3 ccxt==1.36.85 -multidict==4.7.6 aiohttp==3.7.1 SQLAlchemy==1.3.20 python-telegram-bot==13.0