From 23938871cbe176543e005ba70da36a80d0651b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Dec 2022 04:03:35 +0000 Subject: [PATCH] Bump numpy from 1.23.4 to 1.24.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.24.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.23.4...v1.24.0) --- 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 7b4022cf93..5ea8c08d77 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ ansys-dpf-gate==0.2.1 -numpy==1.23.4 +numpy==1.24.0 packaging==21.3 psutil==5.9.4 tqdm==4.64.1