From 3b645d202c03a1c517fbd212d3a359c0c8d1613e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:43:37 +0000 Subject: [PATCH] chore(deps): update dunamai requirement Updates the requirements on [dunamai](https://github.com/mtkennerly/dunamai) to permit the latest version. - [Release notes](https://github.com/mtkennerly/dunamai/releases) - [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md) - [Commits](https://github.com/mtkennerly/dunamai/compare/v1.25.0...v1.26.1) --- updated-dependencies: - dependency-name: dunamai dependency-version: 1.26.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25140b4..745342f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "autoflake (>=2.3.1,<3.0.0)", "black (>=26.3.1,<27.0.0)", - "dunamai (>=1.25.0,<2.0.0)", + "dunamai (>=1.26.1,<2.0.0)", "flake8 (>=7.3.0,<8.0.0)", "isort (>=8.0.1,<9.0.0)", "poethepoet-tasks (>=0.3.0,<0.4.0)",