From d86885c7f95c9d7eb1ef187cfdec012fa850aba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:00:46 +0000 Subject: [PATCH 1/2] Bump blosc from 1.10.6 to 1.11.1 Bumps [blosc](https://github.com/blosc/python-blosc) from 1.10.6 to 1.11.1. - [Release notes](https://github.com/blosc/python-blosc/releases) - [Changelog](https://github.com/Blosc/python-blosc/blob/main/RELEASE_NOTES.rst) - [Commits](https://github.com/blosc/python-blosc/compare/v1.10.6...v1.11.1) --- updated-dependencies: - dependency-name: blosc 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 37f1d31e1..eae0cc7da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pycoingecko==3.1.0 jinja2==3.1.2 tables==3.7.0 blosc==1.10.6; platform_machine == 'arm64' -blosc==1.11.0; platform_machine != 'arm64' +blosc==1.11.1; platform_machine != 'arm64' joblib==1.2.0 pyarrow==10.0.1; platform_machine != 'armv7l' From 4bad2b5c042fc754b7fd911ca9e5aff7a530a912 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 Dec 2022 13:27:07 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Emre --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index eae0cc7da..170389247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,8 +20,7 @@ tabulate==0.9.0 pycoingecko==3.1.0 jinja2==3.1.2 tables==3.7.0 -blosc==1.10.6; platform_machine == 'arm64' -blosc==1.11.1; platform_machine != 'arm64' +blosc==1.11.1 joblib==1.2.0 pyarrow==10.0.1; platform_machine != 'armv7l'