From 4a53b92df028dd9536be480527d08efb97675407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:17:59 +0000 Subject: [PATCH] Bump executorlib from 0.0.3 to 0.0.4 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.3...executorlib-0.0.4) --- updated-dependencies: - dependency-name: executorlib 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 f1ffdd9..5c4f6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.0.1", - "executorlib==0.0.3", + "executorlib==0.0.4", "numpy==1.26.4", ] dynamic = ["version"]