From 5c3c7507858d126b5354fff2d7d900112b4acb30 Mon Sep 17 00:00:00 2001 From: Sergey Kipnis Date: Thu, 26 Sep 2024 11:09:14 +0200 Subject: [PATCH] fix python module pipfile Change-Id: Id022db1288909a12fb2a13745eaa0689191ba98f --- agents/modules/windows/pipfiles/3/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/modules/windows/pipfiles/3/Pipfile b/agents/modules/windows/pipfiles/3/Pipfile index 7eb5c409579..1759cad5229 100644 --- a/agents/modules/windows/pipfiles/3/Pipfile +++ b/agents/modules/windows/pipfiles/3/Pipfile @@ -17,4 +17,4 @@ pyopenssl = "~=22.0" # cmk_update_agent pywin32 = "==303" # logwatch [requires] -python_version = "3.10" +python_version = "3.11"