From 8c0f7321c310936ceb447e38c9db38f8188a5dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 03:01:28 +0000 Subject: [PATCH 1/6] Bump jsonschema from 4.3.2 to 4.3.3 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a2a7c258..33f23c296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ arrow==1.2.1 cachetools==4.2.2 requests==2.26.0 urllib3==1.26.7 -jsonschema==4.3.2 +jsonschema==4.3.3 TA-Lib==0.4.22 technical==1.3.0 tabulate==0.8.9 From 6b0a7a81a9dafa92552787b5763eab8656831d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 03:01:37 +0000 Subject: [PATCH 2/6] Bump ccxt from 1.65.25 to 1.66.20 Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.65.25 to 1.66.20. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg) - [Commits](https://github.com/ccxt/ccxt/compare/1.65.25...1.66.20) --- updated-dependencies: - dependency-name: ccxt 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 8a2a7c258..7b9f2238a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy==1.22.0; python_version > '3.7' pandas==1.3.5 pandas-ta==0.3.14b -ccxt==1.65.25 +ccxt==1.66.20 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1 From f7d3c5021341f7fcb932e8321c74ee97b590542d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 03:01:47 +0000 Subject: [PATCH 3/6] Bump types-requests from 2.26.2 to 2.26.3 Bumps [types-requests](https://github.com/python/typeshed) from 2.26.2 to 2.26.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests 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 82cb6b7fc..68759a759 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ nbconvert==6.3.0 # mypy types types-cachetools==4.2.6 types-filelock==3.2.1 -types-requests==2.26.2 +types-requests==2.26.3 types-tabulate==0.8.3 # Extensions to datetime library From 0da31cff72c27350b16fd6dcf766d6d3acc01384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 03:01:51 +0000 Subject: [PATCH 4/6] Bump mkdocs-material from 8.1.3 to 8.1.4 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.3 to 8.1.4. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.1.3...8.1.4) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 715f1793d..0dccfa17a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ mkdocs==1.2.3 -mkdocs-material==8.1.3 +mkdocs-material==8.1.4 mdx_truly_sane_lists==1.2 pymdown-extensions==9.1 From 3f4c5a7902e7da33310e3f732f57bc4358c6129d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 06:06:26 +0000 Subject: [PATCH 5/6] Bump types-cachetools from 4.2.6 to 4.2.7 Bumps [types-cachetools](https://github.com/python/typeshed) from 4.2.6 to 4.2.7. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools 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 68759a759..2a554d02a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ time-machine==2.5.0 nbconvert==6.3.0 # mypy types -types-cachetools==4.2.6 +types-cachetools==4.2.7 types-filelock==3.2.1 types-requests==2.26.3 types-tabulate==0.8.3 From 2469dc0424095b966e55a6e3f0efcbaaef6e89f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 06:30:53 +0000 Subject: [PATCH 6/6] Bump types-tabulate from 0.8.3 to 0.8.4 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.8.3 to 0.8.4. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate 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 2a554d02a..b2fad4e03 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ nbconvert==6.3.0 types-cachetools==4.2.7 types-filelock==3.2.1 types-requests==2.26.3 -types-tabulate==0.8.3 +types-tabulate==0.8.4 # Extensions to datetime library types-python-dateutil==2.8.4 \ No newline at end of file