From f46fa440f0d2f6ea3ae35aafaf91072ae80a06f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:27:50 +0000 Subject: [PATCH 1/2] Bump numpy from 1.25.2 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.25.2...v1.26.1) --- updated-dependencies: - dependency-name: numpy 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 91f53ad46..49e0b11a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.0; platform_machine != 'armv7l' -numpy==1.25.2; platform_machine == 'armv7l' +numpy==1.26.1; platform_machine == 'armv7l' pandas==2.0.3 pandas-ta==0.3.14b From 7de415a6a4ff8d5327e7659e4e844ceb92b150c2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Oct 2023 18:28:00 +0200 Subject: [PATCH 2/2] Don't bump numpy for armhf just yet --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49e0b11a2..0834e26b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.26.0; platform_machine != 'armv7l' -numpy==1.26.1; platform_machine == 'armv7l' +numpy==1.25.2; platform_machine == 'armv7l' +numpy==1.26.1; platform_machine != 'armv7l' pandas==2.0.3 pandas-ta==0.3.14b