From 7348a8074ecb3179d7aefed39745c45edd9d64e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:01:31 +0000 Subject: [PATCH 1/3] Bump nbconvert from 7.2.1 to 7.2.3 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.1 to 7.2.3. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.2.1...v7.2.3) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 813038731..66da72969 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ isort==5.10.1 time-machine==2.8.2 # Convert jupyter notebooks to markdown documents -nbconvert==7.2.1 +nbconvert==7.2.3 # mypy types types-cachetools==5.2.1 From aa3d6dc29845ab513b0cb36f2f3703a19012952a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:23:29 +0000 Subject: [PATCH 2/3] Bump uvicorn from 0.18.3 to 0.19.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.3 to 0.19.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.18.3...0.19.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e256d6e6..9bdf589c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ sdnotify==0.3.2 # API Server fastapi==0.85.1 pydantic==1.10.2 -uvicorn==0.18.3 +uvicorn==0.19.0 pyjwt==2.6.0 aiofiles==22.1.0 psutil==5.9.3 From b3f612ecfba13322a29f786decf29b7e4ef02506 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 31 Oct 2022 17:21:52 +0100 Subject: [PATCH 3/3] Bump ccxt to 2.0.96 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e256d6e6..3827965bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.4 pandas==1.5.1 pandas-ta==0.3.14b -ccxt==2.0.90 +ccxt==2.0.96 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1 aiohttp==3.8.3