From b26c4de0840a29aef22b68102c63ed669db57f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:04:16 +0000 Subject: [PATCH] Bump numpy from 1.24.4 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 2.2.0. - [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.4...v2.2.0) --- updated-dependencies: - dependency-name: numpy 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 0829d44..864dbad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Js2Py==0.74 jsonpickle==3.2.2 jsonschema==4.22.0 jsonschema-specifications==2023.12.1 -numpy==1.24.4 +numpy==2.2.0 objsize==0.7.0 orjson==3.10.7 packaging==24.1