From 713b4fa28d45cb26a4385db43d07587b1b0120bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:40:15 +0000 Subject: [PATCH] deps: update numpy requirement from >=1.24.0 to >=1.26.4 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/v1.24.0...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.26.4 dependency-type: direct:development ... 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 6d0845b..66fbd2b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pytest-cov>=4.1.0 pytest-mock>=3.11.0 selenium>=4.10.0 webdriver-manager>=4.0.2 -numpy>=1.24.0 +numpy>=1.26.4