From b17c9f97aad259082e1596490fb25c8cb7378f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:27:06 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.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/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0763ccfca..656f5fe88 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'h5io==0.1.9', 'h5py==3.10.0', 'jinja2==3.1.2', - 'numpy==1.26.0', + 'numpy==1.26.1', 'pandas==2.1.2', 'pint==0.22', 'psutil==5.9.5',