From e88783bb0d405401684160d7cd13d0e24514fd31 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Tue, 27 Aug 2024 21:07:44 +1000 Subject: [PATCH] comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29d31068e..ff83427c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ deprecation = "^2.0" jinja2 = "^3.0" jsonschema = "~3.2" networkx = "~2.6" -packaging = ">=16.8,<25.0" +packaging = ">=16.8,<25.0" # Some old tools in the Sceptre ecosystem pin packaging to 16.8. pyyaml = "^6.0" sceptre-cmd-resolver = "^2.0" sceptre-file-resolver = "^1.0"