From 03dbe405163f2d4789cd8d84a2c502e0ebc4fee8 Mon Sep 17 00:00:00 2001 From: TomerShor <90552140+TomerShor@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:53:38 +0200 Subject: [PATCH] [Dependencies] Bump pip version [1.13.x] (#3455) Use the latest pip version. For python 3.7 we need an earlier version of pip for compatibility. --- pkg/processor/runtime/python/py/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/processor/runtime/python/py/requirements/common.txt b/pkg/processor/runtime/python/py/requirements/common.txt index 4356be026fb..73d2c0ebe7b 100644 --- a/pkg/processor/runtime/python/py/requirements/common.txt +++ b/pkg/processor/runtime/python/py/requirements/common.txt @@ -1,3 +1,3 @@ mock==2.0.0 nuclio-sdk==0.5.13 -pip==23.3.1 +pip==24.3.1