From aaa1d13f00b8836fc71ea58bdf7acca45c804655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:08:44 +0000 Subject: [PATCH 1/2] Bump numpy from 1.23.5 to 1.24.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.0. - [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.5...v1.24.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e23470303..74b4bc993 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'matplotlib==3.6.2', - 'numpy==1.23.5', + 'numpy==1.24.0', 'pyiron_base==0.5.30', 'scipy==1.9.3', 'seaborn==0.12.1', From 898d9928c7e9e12fee2654844cb4b4b6e459c3d7 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 19 Dec 2022 23:15:21 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 7970e98b1..3e83b6fd3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - codacy-coverage - matplotlib =3.6.2 -- numpy =1.23.5 +- numpy =1.24.0 - pyiron_base =0.5.30 - pyiron_atomistics =0.2.61 - pyparsing =3.0.9 @@ -16,4 +16,4 @@ dependencies: - randspg =0.0.1 - boto3 =1.26.32 - moto =4.0.12 -- pycp2k =0.2.2 \ No newline at end of file +- pycp2k =0.2.2