Skip to content

Commit

Permalink
Update metadata.json dependencies
Browse files Browse the repository at this point in the history
Metadata Dependency ranges are out of date with upstream which causes conflicts when `puppet module install` tries to reconcile versions of these dependencies with other modules. Ranges need to be widened to support the latest available.
  • Loading branch information
cdenneen authored and pcfens committed Feb 19, 2025
1 parent 236715b commit 7fa9154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
{
"name": "puppetlabs/apt",
"version_requirement": ">=2.0.0 < 10.0.0"
"version_requirement": ">=2.0.0 < 11.0.0"
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.1 < 6.0.0"
"version_requirement": ">= 1.0.1 < 7.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 0.5.0 < 8.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
"version_requirement": ">= 1.0.0 < 2.0.0"
"version_requirement": ">= 1.0.0 < 3.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 7fa9154

Please sign in to comment.