From ebee1807753914aea217bc6a3d6b79ab6d59273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:47:23 +0000 Subject: [PATCH 1/2] Bump numpy from 1.22.0 to 1.22.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.22.0 to 1.22.1. - [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.0...v1.22.1) --- 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 0e8ffd9..1ddc419 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'molmod==1.4.8', - 'numpy==1.22.0', + 'numpy==1.22.1', 'pyiron_atomistics==0.2.35', 'spglib==1.16.3', 'scipy==1.7.3', From ae7d809f026717446dbdc9c3ebd1f9dbdb00456d Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 24 Jan 2022 18:47:37 +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 306f6b0..c0230bb 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - molmod =1.4.8 -- numpy =1.22.0 +- numpy =1.22.1 - pyiron_atomistics =0.2.35 - scipy =1.7.3 - spglib =1.16.3