From 48e30f792d615c1e7c865649c0f0735c9f524c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:25:34 +0000 Subject: [PATCH] Bump executorlib from 0.0.1 to 0.0.2 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.1...executorlib-0.0.2) --- 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 221cfdd..cc33f41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.0.0", - "executorlib==0.0.1", + "executorlib==0.0.2", "numpy==1.26.4", ] dynamic = ["version"]