From b84f6bd1361c01a7cb1c0e24438ab51bc4c0b011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:05:09 +0000 Subject: [PATCH] build(deps): update cfbs requirement from >=5.5.0 to >=5.6.0 Updates the requirements on [cfbs](https://github.com/cfengine/cfbs) to permit the latest version. - [Release notes](https://github.com/cfengine/cfbs/releases) - [Commits](https://github.com/cfengine/cfbs/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: cfbs dependency-version: 5.6.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 e52cfa0..7445445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {file = "LICENSE"} requires-python = ">=3.10" dependencies = [ "cf-remote>=0.7.3", - "cfbs>=5.5.0", + "cfbs>=5.6.0", "tree-sitter-cfengine>=1.1.12", "tree-sitter>=0.25", "markdown-it-py>=3.0.0",