From 1da8b384d96d865919912b1f61bc397f1dcf394e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:37:26 +0000 Subject: [PATCH] Bump python-workflow-definition from 0.1.4 to 0.1.5 Bumps python-workflow-definition from 0.1.4 to 0.1.5. --- updated-dependencies: - dependency-name: python-workflow-definition dependency-version: 0.1.5 dependency-type: direct:development 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 716fc9bd..4bcecb64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Repository = "https://github.com/pyiron/flowrep" [project.optional-dependencies] pwd = [ - "python-workflow-definition==0.1.4", + "python-workflow-definition==0.1.5", ] notebooks = [ "numpy==2.4.3",