From 32e34f158299efc4a552ad1bfb815d34949c91d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:29:06 +0000 Subject: [PATCH] test(deps): update dependency pip-tools to v7.6.1 --- test/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/Dockerfile b/test/python/Dockerfile index 19f3413ccf..680e2c633b 100644 --- a/test/python/Dockerfile +++ b/test/python/Dockerfile @@ -86,7 +86,7 @@ USER 12021 FROM build AS test-pip-tools-a # renovate: datasource=pypi -RUN install-tool pip-tools 7.6.0 +RUN install-tool pip-tools 7.6.1 #-------------------------------------- # test pip-tools-b: pip-tools (older python)