From e8194d9c8dcb3fa8e8aa9a0dbe8094a470989525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:05:33 +0000 Subject: [PATCH 1/2] Bump numpy from 1.21.1 to 1.21.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.21.2. - [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.1...v1.21.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 0c81b21..6d290ff 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.21.1', + 'numpy==1.21.2', 'pyiron_atomistics==0.2.22', 'spglib==1.16.1', 'scipy==1.7.1', From 212ea40b3ff0a1e23066eec784f138bf4d495940 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 16 Aug 2021 18:13:38 +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 47faa6d..4fb9d2b 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.21.1 +- numpy =1.21.2 - pyiron_atomistics =0.2.22 - scipy =1.7.1 - spglib =1.16.1