From 3fc8b5d0cf32a655fb8b9b1a4084d84f98900bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:53:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20ddeutil-workflow?= =?UTF-8?q?=20from=200.0.69=20to=200.0.78?= 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.78. - [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.78) --- updated-dependencies: - dependency-name: ddeutil-workflow dependency-version: 0.0.78 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..8f12350 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.78", ] dynamic = ["version"]