From 2a7f81dafe4cb383a5c483fc7ed5d97737504fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:12:38 +0000 Subject: [PATCH] Update rumdl requirement from >=0.2.61 to >=0.2.64 Updates the requirements on [rumdl](https://github.com/rvben/rumdl) to permit the latest version. - [Release notes](https://github.com/rvben/rumdl/releases) - [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md) - [Commits](https://github.com/rvben/rumdl/compare/v0.2.61...v0.2.64) --- updated-dependencies: - dependency-name: rumdl dependency-version: 0.2.64 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25d4d33..08c46e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ build = [ lint = [ "prek>=0.5.0", "ruff>=0.16.5", - "rumdl>=0.2.61", + "rumdl>=0.2.64", "ty>=0.0.75", "types-PyYAML>=6.0.12.20260815", "yamllint>=1.38.0",