From 32f464da9de46def35c13d825c4ce28f937414c1 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 2 Sep 2026 20:31:36 +0200 Subject: [PATCH] fix: rougail-output-json version --- rougail-structural-pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rougail-structural-pyproject.toml b/rougail-structural-pyproject.toml index 159a9fe..91bca76 100644 --- a/rougail-structural-pyproject.toml +++ b/rougail-structural-pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "rougail-base >= 1.2.0,<2", - "rougail-output-json >=1.0.1<2", + "rougail-output-json >=1.0.1,<2", "python-hcl2 >= 8.1.2,<9", ]