From 432a2573eb3e71731a6d7c78c79a9f1cb42c475f Mon Sep 17 00:00:00 2001 From: codex Date: Sun, 26 Jul 2026 09:38:35 +0000 Subject: [PATCH] ci: pin compatible gateway lock tooling --- .gitea/workflows/refresh-image-locks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/refresh-image-locks.yml b/.gitea/workflows/refresh-image-locks.yml index f45b3cf3..c40c85e5 100644 --- a/.gitea/workflows/refresh-image-locks.yml +++ b/.gitea/workflows/refresh-image-locks.yml @@ -37,7 +37,7 @@ jobs: - name: Compile gateway Python lock run: | - python3 -m pip install pip-tools==7.5.1 + python3 -m pip install pip==25.2 pip-tools==7.5.1 python3 -m piptools compile \ --generate-hashes \ --output-file requirements.gateway.lock \