From ad809148ce2a3f8b7e23a35ffe6428d96df0adf6 Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Tue, 9 Jun 2026 18:47:13 +0530 Subject: [PATCH] (MODULES-11840) Allow puppetlabs/stdlib 10.x Bump the stdlib dependency upper bound to < 11.0.0 so this module is installable alongside stdlib 10.x. Co-Authored-By: Claude Opus 4.8 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 846942bc..3a3247d5 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.13.1 < 10.0.0" + "version_requirement": ">= 4.13.1 < 11.0.0" }, { "name": "puppetlabs/concat",