From 2eea4afc02ef28dd740e72f7d9bf449cd1e49f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:54:41 +0100 Subject: [PATCH] chore(deps): update dependency pip to v25.0.1 (#702) Signed-off-by: Renovate Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1f29c6b..4574964 100644 --- a/Containerfile +++ b/Containerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache \ openssl-dev \ python3-dev \ rust \ - && pip3 --no-cache-dir install --upgrade 'pip==25.0' \ + && pip3 --no-cache-dir install --upgrade 'pip==25.0.1' \ && pip3 --no-cache-dir install -r /tmp/requirements.txt \ && apk del .build-deps \ && mkdir /output