From 4a4a2a0c65023e9767b94d1286cef6555d8dfb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:24:33 +0000 Subject: [PATCH 1/3] Bump pyiron-base from 0.9.5 to 0.9.10 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.9.5 to 0.9.10. - [Release notes](https://github.com/pyiron/pyiron_base/releases) - [Changelog](https://github.com/pyiron/pyiron_base/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyiron/pyiron_base/compare/pyiron_base-0.9.5...pyiron_base-0.9.10) --- updated-dependencies: - dependency-name: pyiron-base 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 e76637dd..daa63586 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=[ 'matplotlib==3.8.4', 'numpy==1.26.4', - 'pyiron_base==0.9.5', + 'pyiron_base==0.9.10', 'pyiron_snippets==0.1.2', 'scipy==1.14.0', 'sympy==1.12.1' From 62d1523191dc93f4767323a91bf364ab3f8ec9e9 Mon Sep 17 00:00:00 2001 From: samwaseda Date: Fri, 2 Aug 2024 06:50:04 +0000 Subject: [PATCH 2/3] update pyiron_base version --- .ci_support/environment-notebooks-integration.yml | 2 +- .ci_support/environment-pypi-unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-notebooks-integration.yml b/.ci_support/environment-notebooks-integration.yml index ec3b64d2..ed53b72e 100644 --- a/.ci_support/environment-notebooks-integration.yml +++ b/.ci_support/environment-notebooks-integration.yml @@ -10,7 +10,7 @@ dependencies: - k3d - matplotlib =3.8.4 - numpy =1.26.4 -- pyiron_base =0.9.5 +- pyiron_base =0.9.10 - pyiron_snippets =0.1.2 - pyiron-data =0.0.30 - python-damask =3.0.0b diff --git a/.ci_support/environment-pypi-unit.yml b/.ci_support/environment-pypi-unit.yml index 5d38188d..f3792446 100644 --- a/.ci_support/environment-pypi-unit.yml +++ b/.ci_support/environment-pypi-unit.yml @@ -6,7 +6,7 @@ dependencies: - codacy-coverage - matplotlib =3.8.4 - numpy =1.26.4 -- pyiron_base =0.9.5 +- pyiron_base =0.9.10 - pyiron_snippets =0.1.2 - scipy =1.14.0 - sympy =1.12.1 From 4028d68557569ac830a1f78c5603464d8026f94b Mon Sep 17 00:00:00 2001 From: samwaseda Date: Fri, 2 Aug 2024 06:53:03 +0000 Subject: [PATCH 3/3] update pyiron_snippets --- .ci_support/environment-notebooks-integration.yml | 2 +- .ci_support/environment-pypi-unit.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-notebooks-integration.yml b/.ci_support/environment-notebooks-integration.yml index ed53b72e..344f788d 100644 --- a/.ci_support/environment-notebooks-integration.yml +++ b/.ci_support/environment-notebooks-integration.yml @@ -11,7 +11,7 @@ dependencies: - matplotlib =3.8.4 - numpy =1.26.4 - pyiron_base =0.9.10 -- pyiron_snippets =0.1.2 +- pyiron_snippets =0.1.3 - pyiron-data =0.0.30 - python-damask =3.0.0b - scipy =1.14.0 diff --git a/.ci_support/environment-pypi-unit.yml b/.ci_support/environment-pypi-unit.yml index f3792446..f823bf01 100644 --- a/.ci_support/environment-pypi-unit.yml +++ b/.ci_support/environment-pypi-unit.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib =3.8.4 - numpy =1.26.4 - pyiron_base =0.9.10 -- pyiron_snippets =0.1.2 +- pyiron_snippets =0.1.3 - scipy =1.14.0 - sympy =1.12.1 - python-blosc2 diff --git a/setup.py b/setup.py index daa63586..a988a1e0 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'matplotlib==3.8.4', 'numpy==1.26.4', 'pyiron_base==0.9.10', - 'pyiron_snippets==0.1.2', + 'pyiron_snippets==0.1.3', 'scipy==1.14.0', 'sympy==1.12.1' ],