From 7ef37b6f6b8fb466cb57d128f1e7157824144f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:40:35 +0000 Subject: [PATCH] Update cf-remote requirement from >=0.7.3 to >=0.8.11 Updates the requirements on [cf-remote](https://github.com/cfengine/cf-remote) to permit the latest version. - [Release notes](https://github.com/cfengine/cf-remote/releases) - [Commits](https://github.com/cfengine/cf-remote/compare/0.7.3...0.8.11) --- updated-dependencies: - dependency-name: cf-remote dependency-version: 0.8.11 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 b501a35..b3533ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = {file = "LICENSE"} requires-python = ">=3.10" dependencies = [ - "cf-remote>=0.7.3", + "cf-remote>=0.8.11", "cfbs>=5.5.0", "tree-sitter-cfengine>=1.1.12", "tree-sitter>=0.25",