From 5de019f4f6e5ebfb9f02dbc1590a84bd445ba371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:25:16 +0000 Subject: [PATCH] Bump numpy from 2.1.3 to 2.2.1 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 2.1.3 to 2.2.1. - [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.1.3...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_install.txt b/requirements/requirements_install.txt index 831f4a7e72..ef657fc7c8 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ importlib-metadata==8.5.0 -numpy==2.1.3 +numpy==2.2.1 packaging==24.2 psutil==6.1.0 tqdm==4.67.1