From 3c3a7df6f09edfc851ab1049f1ac4ca5699f3744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 07:48:37 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to >=68.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef3407b..6c6a4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ checkpoint = "codeprobe.core.scoring:CheckpointScorer" test_ratio = "codeprobe.core.scoring:ContinuousScorer" [build-system] -requires = ["setuptools>=68", "wheel"] +requires = ["setuptools>=68.2.2", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]