From 2c807c6b2546487956d2d929ae1ad2f2dd22a478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 04:07:48 +0000 Subject: [PATCH 1/2] Bump numpy from 1.21.3 to 1.21.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.21.4. - [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.21.3...v1.21.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 2e92cc7c5..d953e29ac 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'gitpython==3.1.24', 'h5io==0.1.2', 'h5py==3.3.0', - 'numpy==1.21.3', + 'numpy==1.21.4', 'pandas==1.3.4', 'pathlib2==2.3.6', 'pint==0.18', From f6784f208c996aae89ab235b1f7c16d9c0ad3b25 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 8 Nov 2021 04:14:57 +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 8e441ce7c..ee6a96eae 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - gitpython =3.1.24 - h5io =0.1.2 - h5py =3.3.0 -- numpy =1.21.3 +- numpy =1.21.4 - pandas =1.3.4 - pathlib2 =2.3.6 - pint =0.18