From 7ed84eba90dd7832abe8a350f123967195b61982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:22:50 +0000 Subject: [PATCH] chore(deps): update ninja requirement from >=1.11 to >=1.13.0 Updates the requirements on [ninja](https://github.com/ninja-build/ninja) to permit the latest version. - [Release notes](https://github.com/ninja-build/ninja/releases) - [Commits](https://github.com/ninja-build/ninja/compare/v1.11.0...v1.13.0) --- updated-dependencies: - dependency-name: ninja dependency-version: 1.13.0 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 42dd3e5..f8f1bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {text = "MIT"} dependencies = [ "click>=8.0", "pyyaml>=6.0", - "ninja>=1.11", + "ninja>=1.13.0", ] [project.optional-dependencies]