From 2d96b9aece7ef3ea5f62cc957fe7be62b9920230 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Mon, 9 Mar 2026 13:09:32 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20setuptools=2082.0.0=20?= =?UTF-8?q?=E2=86=92=2082.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/python/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/python/docker-bake.hcl b/apps/python/docker-bake.hcl index ae45caea8..d9509c2ea 100644 --- a/apps/python/docker-bake.hcl +++ b/apps/python/docker-bake.hcl @@ -16,7 +16,7 @@ variable "PIP_VERSION" { variable "SETUPTOOLS_VERSION" { // renovate: datasource=pypi depName=setuptools - default = "82.0.0" + default = "82.0.1" } variable "WHEEL_VERSION" {