From badf726afc4a82b4ab50512268fc32c61eac5899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:35:34 +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 c7717f9..85aa181 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyiron_atomistics==0.2.58', 'ipywidgets==7.7.1', 'matplotlib==3.6.1', - 'numpy==1.23.3', + 'numpy==1.23.4', 'pandas==1.5.0', ] )