From f68473a3f53a6d7548dc72dd1614b49e6951d381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:06:39 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.0 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.2. - [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.2) --- 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 61c3a96c..2d46616f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'matplotlib==3.8.2', 'nbconvert==7.11.0', 'nbformat==5.9.2', - 'numpy==1.26.0', + 'numpy==1.26.2', 'pandas==2.1.3', ], cmdclass=versioneer.get_cmdclass(), From 2499a2f7ce6bc0ecfff699a72006c5c7d08ce8b5 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 5 Dec 2023 07:06:50 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index f285fafa..a83710d0 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - ipywidgets =8.1.1 - pyiron_base =0.6.11 - pyiron_atomistics =0.3.10 -- numpy =1.26.0 +- numpy =1.26.2 - pandas =2.1.3 - matplotlib-base =3.8.2 - nbconvert =7.11.0