From 87312a45a5c81a1be05b8de5f0aec4d580c077a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:31 +0000 Subject: [PATCH] :arrow_up: bump numpy from 1.26.4 to 2.4.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.4.4. - [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.26.4...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..006e2dcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" networkx==3.4.2 ; python_version >= "3.10" and python_version < "4.0" nle==1.1.0 ; python_version >= "3.10" and python_version < "4.0" -numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0" +numpy==2.4.4 ; python_version >= "3.10" and python_version < "4.0" packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pandas-stubs==2.2.3.241009 ; python_version >= "3.10" and python_version < "4.0" pandas==2.2.3 ; python_version >= "3.10" and python_version < "4.0"