From 3b6b4b0db9ec247a0d4a0b03ef99be68e8edc45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:06:25 +0000 Subject: [PATCH 1/2] Bump numpy from 1.23.2 to 1.23.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.2 to 1.23.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.2...v1.23.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 dbd0269..59c23ff 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.23.2', + 'numpy==1.23.3', 'pyiron_atomistics==0.2.51', 'spglib==2.0.1', 'scipy==1.8.1', From 5d045601c2c7aa418efdecb58bcab1573d84d3d4 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 12 Sep 2022 18:06:41 +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 6f60830..12f486f 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.23.2 +- numpy =1.23.3 - pyiron_atomistics =0.2.51 - scipy =1.8.1 - spglib =2.0.1