From f1e8922125366bb24c65470d4e74795c630e8b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:32:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20ddeutil-workflow?= =?UTF-8?q?=20from=200.0.85=20to=200.0.86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ddeutil-workflow](https://github.com/ddeutils/ddeutil-workflow) from 0.0.85 to 0.0.86. - [Release notes](https://github.com/ddeutils/ddeutil-workflow/releases) - [Changelog](https://github.com/ddeutils/ddeutil-workflow/blob/main/CHANGELOG.md) - [Commits](https://github.com/ddeutils/ddeutil-workflow/compare/v0.0.85...v0.0.86) --- updated-dependencies: - dependency-name: ddeutil-workflow dependency-version: 0.0.86 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 1ffef5c..b28374a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.9.13" dependencies = [ "ddeutil-io>=0.2.16", - "ddeutil-workflow==0.0.85", + "ddeutil-workflow==0.0.86", "python-dotenv==1.1.1", "typer>=0.16.0,<1.0.0", ]