From 34222c0ebfd83758ea09cb82fa84e526ae85b828 Mon Sep 17 00:00:00 2001 From: Sergi Siso Date: Fri, 21 Aug 2026 14:58:43 +0100 Subject: [PATCH 1/2] #3564 Bump setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 170bed599f..3b61d998e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ # ----------------------------------------------------------------------------- [build-system] -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=75.0", "wheel"] build-backend = "setuptools.build_meta" [project] From 18ada2dd4597039ca80c30d428a9fd0620ade5fd Mon Sep 17 00:00:00 2001 From: LonelyCat124 <3043914+LonelyCat124@users.noreply.github.com.> Date: Fri, 21 Aug 2026 15:34:19 +0100 Subject: [PATCH 2/2] update changelog --- changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog b/changelog index 47bc0b8d02..339cedc764 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ + 35) PR #3565 for #3564. Bumps the requires setuptools version to 75.0. + 34) PR #3561 for #3506. Remove or replace remaining TODOs of closed issues. 33) PR #3555 for #3553. Fix issues with line_length breaking comments.