From 900ba7b1c348db7ca225cbeb30c0098db5166ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 05:53:52 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.3 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.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.26.3...v1.26.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 1a44cb3..5ec0e84 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'matplotlib==3.8.2', 'nbconvert==7.16.0', 'nbformat==5.9.2', - 'numpy==1.26.3', + 'numpy==1.26.4', 'pandas==2.2.0', ], cmdclass=versioneer.get_cmdclass(), From 23dad76c2ffa299e137111b1f34601959b52cf7f Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 13 Feb 2024 05:55:32 +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 283be9d..0497e69 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - pyiron_base =0.7.5 - pyiron_atomistics =0.4.14 - maggma =0.60.2 -- numpy =1.26.3 +- numpy =1.26.4 - pandas =2.2.0 - matplotlib-base =3.8.2 - nbconvert =7.16.0