From b4faaea0fefa13832eba35b2e36bfd2c366b8145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:06:04 +0000 Subject: [PATCH] Bump numpy from 1.23.3 to 1.23.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.3 to 1.23.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.23.3...v1.23.4) --- 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 83b40dc9..52261867 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.2.57', 'ipywidgets==7.7.1', 'matplotlib==3.6.0', - 'numpy==1.23.3', + 'numpy==1.23.4', 'pandas==1.5.0', ] )