From d4ef3446b747dcd28b31f8bc0334a4ff5b21701b Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Mon, 6 Jul 2026 14:08:16 +0000 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(deps):=20Update=20setuptools?= =?UTF-8?q?=2082.0.1=20=E2=86=92=2083.0.0?= 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 522861519..dc9b3e65d 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.1" + default = "83.0.0" } variable "WHEEL_VERSION" {