From dbd263a9eb68674ae99d0f8d1a96aa5142776578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:53:33 +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 cd064fd2c..8a590e0ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "cloudpickle==3.0.0", - "executorlib==0.0.1", + "executorlib==0.0.2", "h5io_browser==0.1.0", "h5py==3.11.0", "numpy==2.1.0",