From 7f95e7473d2416f3f0c96c365454ed77d66fb55b Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Fri, 29 Nov 2024 14:27:56 -0700 Subject: [PATCH] build(deps-build): update setuptools requirement from ~=69.0 to ~=75.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 657725265..e8cf34224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ # and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html [build-system] -requires = ["setuptools ~= 69.0", "wheel ~= 0.42"] +requires = ["setuptools ~= 75.3.0", "wheel ~= 0.42"] build-backend = "setuptools.build_meta" [project]