From c08ab33060bbdad6617bb980865df661af7ef4a7 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 26 Oct 2021 13:06:14 +0200 Subject: [PATCH] Changed deps --- src/cpl_cli/cpl_cli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpl_cli/cpl_cli.json b/src/cpl_cli/cpl_cli.json index c211e09d..46a24f73 100644 --- a/src/cpl_cli/cpl_cli.json +++ b/src/cpl_cli/cpl_cli.json @@ -16,7 +16,7 @@ "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ - "sh_cpl-core>=2021.10.0" + "sh_cpl-core>=2021.10.0.post1" ], "PythonVersion": ">=3.8", "PythonPath": {},