From 55d744466c2af2140e029577abdb68178ea2f52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:50:33 +0000 Subject: [PATCH 1/3] Bump pyiron-base from 0.8.3 to 0.9.1 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.8.3 to 0.9.1. - [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.8.3...pyiron_base-0.9.1) --- updated-dependencies: - dependency-name: pyiron-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7ca374..6970f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "pyiron_base==0.8.3" + "pyiron_base==0.9.1" ] dynamic = [ "version",] authors = [ From 3e01c88c36a88548b8e4e261d97a4425c9b2777e Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 10 Jun 2024 17:50:46 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index deed6b5..7060ae4 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,5 +1,4 @@ channels: - - conda-forge +- conda-forge dependencies: - - pyiron_base =0.8.3 - +- pyiron_base =0.9.1 From 3b44e58cba8f4ea5638f98b928c1cf8bd88c690b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 10 Jun 2024 17:51:02 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index c5ea8e4..7060ae4 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- pyiron_base =0.8.3 +- pyiron_base =0.9.1 diff --git a/docs/environment.yml b/docs/environment.yml index 33efb13..2c46533 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,4 +7,4 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- pyiron_base =0.8.3 +- pyiron_base =0.9.1