From 8a8d1c6cd2994b70c81ca1f8b798589a431eb811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:59:59 +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 3aa34098b..a7aafae03 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'matplotlib==3.8.2', 'mendeleev==0.14.0', 'mp-api==0.37.5', - 'numpy==1.26.0', + 'numpy==1.26.2', 'pandas==2.1.3', 'phonopy==2.20.0', 'pint==0.22', From 222fd48eeace16d53a3cbb9a093449dc55e78628 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Sun, 26 Nov 2023 19:15:36 +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 46cfb53cd..0ae9eb52f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -12,7 +12,7 @@ dependencies: - matplotlib-base =3.8.2 - mendeleev =0.14.0 - mp-api =0.37.5 -- numpy =1.26.0 +- numpy =1.26.2 - pandas =2.1.3 - phonopy =2.20.0 - pint =0.22