From d688f3a7919775a7db160da8b5cd84105298e754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:39:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20ddeutil-workflow?= =?UTF-8?q?=20from=200.0.69=20to=200.0.84?= 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.84. - [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.84) --- updated-dependencies: - dependency-name: ddeutil-workflow dependency-version: 0.0.84 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..ed56c65 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.84", ] dynamic = ["version"]