From 796be52ea685238f68a60b56b8f342e010ce33b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 18:09:24 +0000 Subject: [PATCH 1/2] Bump scipy from 1.8.0 to 1.8.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: scipy 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 de443e5..777400b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'numpy==1.22.3', 'pyiron_atomistics==0.2.45', 'spglib==1.16.5', - 'scipy==1.8.0', + 'scipy==1.8.1', 'quickff==2.2.4', 'tamkin==1.2.6', 'yaff==1.4.2' From 1473e153763d1ddf5cd1e1c8a39c087337d9a323 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 23 May 2022 18:09:40 +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 996851c..f240e2d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - molmod =1.4.8 - numpy =1.22.3 - pyiron_atomistics =0.2.45 -- scipy =1.8.0 +- scipy =1.8.1 - spglib =1.16.5 - quickff =2.2.4 - tamkin =1.2.6