From 95cd6ec6174cd871a38c409ba9486a21bb7b4322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 08:08:55 +0000 Subject: [PATCH 1/2] Bump numpy from 1.22.2 to 1.22.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.22.2 to 1.22.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.22.2...v1.22.3) --- 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 cc0c10764..98eb37f00 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'h5py==3.6.0', 'matplotlib==3.5.1', 'mendeleev==0.9.0', - 'numpy==1.22.2', + 'numpy==1.22.3', 'pandas==1.4.1', 'phonopy==2.13.1', 'pint==0.18', From d38c08f2b072776a1a672236623b5e2622f9c484 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 14 Mar 2022 08:09:19 +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 602729596..db58ca690 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -12,7 +12,7 @@ dependencies: - matplotlib-base =3.5.1 - mendeleev =0.9.0 - mock =4.0.3 -- numpy =1.22.2 +- numpy =1.22.3 - pandas =1.4.1 - phonopy =2.13.1 - pint =0.18