From 90c104b2ed8eee936e8f1ad14b9ddd8d9a493d57 Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Tue, 9 Jun 2026 18:47:44 +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 e0db352c..0665864f 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": "puppet/archive",