From 7459358df598e2fb1e1871ed930d1359a0a4537c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:24:11 +0000 Subject: [PATCH] Update numpy requirement from <3,>=2.0.2 to >=2.2.6,<3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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/v2.0.2...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_excel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_excel.txt b/requirements_excel.txt index 5a7ce197..4865bc8e 100644 --- a/requirements_excel.txt +++ b/requirements_excel.txt @@ -1,3 +1,3 @@ -numpy>=2.0.2,<3 +numpy>=2.2.6,<3 openpyxl>=3.1.5,<4 pandas>=2.3.3,<3