Bump to the latest packse version (#916)

This commit is contained in:
Zanie Blue 2024-01-14 12:49:23 -06:00 committed by GitHub
parent a53bdeba4c
commit 9ad19b7e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 831 additions and 900 deletions

File diff suppressed because it is too large Load diff

View file

@ -46,7 +46,7 @@ import packaging.requirements
from pathlib import Path
PACKSE_COMMIT = "8826f9740703779911d0fcd6eba8d56af0eb3adb"
PACKSE_COMMIT = "a9d2f659117693b89cba8a487200fd01444468af"
TOOL_ROOT = Path(__file__).parent
TEMPLATE = TOOL_ROOT / "template.mustache"
PACKSE = TOOL_ROOT / "packse-scenarios"
@ -136,6 +136,7 @@ data = json.loads(
[
"packse",
"inspect",
"--short-names",
scenarios_path,
],
)