From 721d54c8916f87ff72df2a28fc77ebf73f88592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:56:34 +0000 Subject: [PATCH] build(deps): update cfbs requirement from >=5.5.0 to >=5.5.6 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.5.6) --- updated-dependencies: - dependency-name: cfbs dependency-version: 5.5.6 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..40c4ee5 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.5.6", "tree-sitter-cfengine>=1.1.12", "tree-sitter>=0.25", "markdown-it-py>=3.0.0",