From e910b6e7f450f2af0c5d0d6df59f1260c59f71c8 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 20 Apr 2024 17:04:14 +0200 Subject: [PATCH] Pin build-time requirements versions, renovatebot will take care of the updates (#8689) --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92b2ec478..9e765da26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,8 @@ [build-system] requires = [ - "setuptools", "wheel", "packaging", + "setuptools~=69.2.0", + "wheel~=0.43.0", + "packaging~=24.0", "cython>=0.29.1,<=3.0.0", 'kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"', 'kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32"',