From 6140f1a7ebe2f44df3c958b7ce94950dcb2164e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:01:48 +0000 Subject: [PATCH] Update numpy requirement from >=1.21.3 to >=2.4.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.21.3...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2417c77..0fa1078 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pyserial>=3.4 python-dateutil>=2.8.0 setuptools>=45.1.0 pip -numpy>=1.21.3 +numpy>=2.4.4 PyYAML>=5.4 coloredlogs>=15.0.1 envyaml>=1.9.210927