From f7412634ae84690d860ef851686a23a32050c10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:02:43 -0800 Subject: [PATCH] Bump executorlib from 0.0.4 to 0.0.5 (#509) * Bump executorlib from 0.0.4 to 0.0.5 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.4...executorlib-0.0.5) --- updated-dependencies: - dependency-name: executorlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment * [dependabot skip] Update env file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyiron-runner --- .binder/environment.yml | 2 +- .ci_support/environment.yml | 2 +- docs/environment.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 1ce13fd1..b88fd3bc 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - bidict =0.23.1 - cloudpickle =3.1.0 -- executorlib =0.0.4 +- executorlib =0.0.5 - graphviz =9.0.0 - pandas =2.2.3 - pint =0.24.4 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1ce13fd1..b88fd3bc 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - bidict =0.23.1 - cloudpickle =3.1.0 -- executorlib =0.0.4 +- executorlib =0.0.5 - graphviz =9.0.0 - pandas =2.2.3 - pint =0.24.4 diff --git a/docs/environment.yml b/docs/environment.yml index a9d41d9a..7f5e3e5d 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -11,7 +11,7 @@ dependencies: - coverage - bidict =0.23.1 - cloudpickle =3.1.0 -- executorlib =0.0.4 +- executorlib =0.0.5 - graphviz =9.0.0 - pandas =2.2.3 - pint =0.24.4 diff --git a/pyproject.toml b/pyproject.toml index c6584925..01a30256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ "bidict==0.23.1", "cloudpickle==3.1.0", - "executorlib==0.0.4", + "executorlib==0.0.5", "graphviz==0.20.3", "pandas==2.2.3", "pint==0.24.4",