From 8fe582a7a7808c2668c3426a7af6c59c508d73f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 05:27:29 +0000 Subject: [PATCH 1/2] chore(deps): bump pandas from 2.2.3 to 2.3.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.2 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 20a7f462b..e8d16a90e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==2.3.2; platform_machine != 'armv7l' numpy==2.2.4; platform_machine == 'armv7l' pandas==2.3.1; platform_machine != 'armv7l' -pandas==2.2.3; platform_machine == 'armv7l' +pandas==2.3.2; platform_machine == 'armv7l' bottleneck==1.5.0 numexpr==2.11.0 # Indicator libraries From a50a15ebc6d031e620975f7a9b2946572b9e0db5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Aug 2025 08:11:16 +0200 Subject: [PATCH 2/2] chore(deps): Don't bump pandas for armv7 for now. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8d16a90e..1bf51d4a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==2.3.2; platform_machine != 'armv7l' numpy==2.2.4; platform_machine == 'armv7l' -pandas==2.3.1; platform_machine != 'armv7l' -pandas==2.3.2; platform_machine == 'armv7l' +pandas==2.3.2; platform_machine != 'armv7l' +pandas==2.2.3; platform_machine == 'armv7l' bottleneck==1.5.0 numexpr==2.11.0 # Indicator libraries