From 8a150de673edfb25d8aef63ce30707ffe5cf8385 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 24 Feb 2024 11:31:45 -0500 Subject: [PATCH] Update build-requirements.in to match pyproject.toml (#10476) Doesn't actually impact the generated requirements file --- .github/requirements/build-requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements/build-requirements.in b/.github/requirements/build-requirements.in index bdf691669..564eacec8 100644 --- a/.github/requirements/build-requirements.in +++ b/.github/requirements/build-requirements.in @@ -2,7 +2,7 @@ setuptools>=61.0.0 wheel cffi>=1.12; platform_python_implementation != 'PyPy' -setuptools-rust>=0.11.4 +setuptools-rust>=1.7.0 # WARN: changing the requirements here DOES NOT update the dependencies used for building at the github workflow, as the build process used build-requirements.txt # To update build-requirements.txt according to the dependencies here, run pip-compile --allow-unsafe --generate-hashes build-requirements.in