Bump upper version of stdlib

... because we are currently using v9.0.0 in CI. Lower version may be
bumped after 2023.2 release.

Change-Id: Id676db9a04ad004b29ce464d9b7249e909d4b11c
This commit is contained in:
Takashi Kajinami 2023-10-03 13:18:47 +09:00
parent 234f149694
commit 0c4ff9d531
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <9.0.0"
"version_requirement": ">=5.0.0 <10.0.0"
}
],
"description": "Puppet module to add useful utilities for OpenStack deployments",