From 5de41bfcdad15bac53049389d57b3e05a98c6b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:42:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20ddeutil-workflow?= =?UTF-8?q?=20from=200.0.69=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.69 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.69...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 334e670..63922ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.9.13" dependencies = [ "fmtutil==1.0.15", - "ddeutil-workflow==0.0.69", + "ddeutil-workflow==0.0.86", ] dynamic = ["version"]