From 723e03ffa21ad6b00744a170b77a6a04e6c83294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:13:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20deps:=20bump=20ddeutil-workflow=20f?= =?UTF-8?q?rom=200.0.82=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.82 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.82...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 08a57f7..dda70a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">=3.9.13" dependencies = [ "ddeutil[all]>=0.4.3,<0.5.0", - "ddeutil-workflow==0.0.82", + "ddeutil-workflow==0.0.86", "python-dotenv==1.1.1", "fastapi==0.115.12", "uvicorn==0.35.0",