From f0e2b1ad1538b22b65430baae25b93e3a08fc805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 17:18:04 +0000 Subject: [PATCH 1/3] Bump pyiron-base from 0.8.3 to 0.8.4 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.8.3 to 0.8.4. - [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.8.4) --- updated-dependencies: - dependency-name: pyiron-base dependency-type: direct:production update-type: version-update:semver-patch ... 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..1b61f5c 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.8.4" ] dynamic = [ "version",] authors = [ From 69d3eeb751f93b6e7c4459d6ead604dec5c9940b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 29 May 2024 17:18:19 +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..4ab8ea5 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.8.4 From 027e3cfa16f6b301433ba830a462e4e88eda500e Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 29 May 2024 17:18:35 +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..4ab8ea5 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.8.4 diff --git a/docs/environment.yml b/docs/environment.yml index 33efb13..08b0a9e 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.8.4