From 837f2f1da20fd12a3f71099001547d4d26fad2a2 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 13 May 2026 15:02:08 +0530 Subject: [PATCH 1/4] Use `--no-strip-markers` with `uv pip compile` --- cibuildwheel/resources/constraints-python310.txt | 8 ++++---- cibuildwheel/resources/constraints-python311.txt | 3 +-- cibuildwheel/resources/constraints-python312.txt | 3 +-- cibuildwheel/resources/constraints-python313.txt | 2 +- cibuildwheel/resources/constraints-python314.txt | 2 +- cibuildwheel/resources/constraints-python315.txt | 2 +- cibuildwheel/resources/constraints-python39.txt | 8 +++----- cibuildwheel/resources/constraints.in | 3 ++- cibuildwheel/resources/constraints.txt | 2 +- noxfile.py | 1 + 10 files changed, 16 insertions(+), 18 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 8a6a3ddb1..16d083e4e 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -12,7 +12,7 @@ filelock==3.29.0 # via # python-discovery # virtualenv -importlib-metadata==9.0.0 +importlib-metadata==9.0.0 ; python_full_version < '3.10.2' # via build macholib==1.16.4 # via delocate @@ -20,7 +20,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -30,7 +30,7 @@ pyproject-hooks==1.2.0 # via build python-discovery==1.3.0 # via virtualenv -tomli==2.4.1 +tomli==2.4.1 ; python_full_version < '3.11' # via build typing-extensions==4.15.0 # via @@ -38,5 +38,5 @@ typing-extensions==4.15.0 # virtualenv virtualenv==21.3.1 # via -r cibuildwheel/resources/constraints.in -zipp==3.23.1 +zipp==3.23.1 ; python_full_version < '3.10.2' # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index e119bfbe2..1065ba439 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -18,8 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1; implementation_name != "graalpy" or platform_system != "Windows" -pip==26.0.1; implementation_name == "graalpy" and platform_system == "Windows" +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index e119bfbe2..1065ba439 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -18,8 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1; implementation_name != "graalpy" or platform_system != "Windows" -pip==26.0.1; implementation_name == "graalpy" and platform_system == "Windows" +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 119f5611d..1065ba439 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python314.txt b/cibuildwheel/resources/constraints-python314.txt index 119f5611d..1065ba439 100644 --- a/cibuildwheel/resources/constraints-python314.txt +++ b/cibuildwheel/resources/constraints-python314.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python315.txt b/cibuildwheel/resources/constraints-python315.txt index 119f5611d..1065ba439 100644 --- a/cibuildwheel/resources/constraints-python315.txt +++ b/cibuildwheel/resources/constraints-python315.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 6ccbeb729..a30a22b31 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -12,7 +12,7 @@ filelock==3.19.1 # via # python-discovery # virtualenv -importlib-metadata==8.7.1 +importlib-metadata==8.7.1 ; python_full_version < '3.10.2' # via build macholib==1.16.4 # via delocate @@ -20,8 +20,6 @@ packaging==26.2 # via # build # delocate -pip==26.0.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==4.4.0 # via # python-discovery @@ -30,7 +28,7 @@ pyproject-hooks==1.2.0 # via build python-discovery==1.3.0 # via virtualenv -tomli==2.4.1 +tomli==2.4.1 ; python_full_version < '3.11' # via build typing-extensions==4.15.0 # via @@ -38,5 +36,5 @@ typing-extensions==4.15.0 # virtualenv virtualenv==21.3.1 # via -r cibuildwheel/resources/constraints.in -zipp==3.23.1 +zipp==3.23.1 ; python_full_version < '3.10.2' # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.in b/cibuildwheel/resources/constraints.in index 50bfabb6e..8513fdaa2 100644 --- a/cibuildwheel/resources/constraints.in +++ b/cibuildwheel/resources/constraints.in @@ -1,4 +1,5 @@ -pip +pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10" +pip<26.1.1; implementation_name == "graalpy" and platform_system == "Windows" build delocate virtualenv diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 119f5611d..1065ba439 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 +pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via diff --git a/noxfile.py b/noxfile.py index 319f1b915..b0e341e50 100755 --- a/noxfile.py +++ b/noxfile.py @@ -88,6 +88,7 @@ def update_constraints(session: nox.Session) -> None: "compile", f"--python-version={python_version}", "--upgrade", + "--no-strip-markers", resources / "constraints.in", f"--output-file={output_file}", env=env, From 6c2d5294504c7a6b1601e1ddeaa8c0b50db7f2fc Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 14 May 2026 09:35:52 +0530 Subject: [PATCH 2/4] Add Python 3.13 gate to constraints and correct them Co-authored-by: Henry Schreiner --- cibuildwheel/resources/constraints.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cibuildwheel/resources/constraints.in b/cibuildwheel/resources/constraints.in index 8513fdaa2..1d21e33a5 100644 --- a/cibuildwheel/resources/constraints.in +++ b/cibuildwheel/resources/constraints.in @@ -1,5 +1,5 @@ -pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10" -pip<26.1.1; implementation_name == "graalpy" and platform_system == "Windows" +pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10" and python_version < "3.13" +pip<26.1.1; implementation_name == "graalpy" and platform_system == "Windows" or python_version < "3.10" or python_version >= "3.13" build delocate virtualenv From 0658bb4c00a04d28e075e8790677ee260665822e Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 14 May 2026 09:37:47 +0530 Subject: [PATCH 3/4] Regenerate constraints --- cibuildwheel/resources/constraints-pyodide312.txt | 8 ++++---- cibuildwheel/resources/constraints-pyodide313.txt | 8 ++++---- cibuildwheel/resources/constraints-pyodide314.txt | 8 ++++---- cibuildwheel/resources/constraints-python310.txt | 6 +++--- cibuildwheel/resources/constraints-python311.txt | 6 +++--- cibuildwheel/resources/constraints-python312.txt | 6 +++--- cibuildwheel/resources/constraints-python313.txt | 6 +++--- cibuildwheel/resources/constraints-python314.txt | 6 +++--- cibuildwheel/resources/constraints-python315.txt | 6 +++--- cibuildwheel/resources/constraints-python39.txt | 6 ++++-- cibuildwheel/resources/constraints.txt | 6 +++--- 11 files changed, 37 insertions(+), 35 deletions(-) diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index d74cb73f5..f0c7ed52b 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -23,7 +23,7 @@ filelock==3.29.0 # via # python-discovery # virtualenv -idna==3.14 +idna==3.15 # via requests leb128==1.0.9 # via auditwheel-emscripten @@ -62,9 +62,9 @@ pyodide-lock==0.1.3 # via pyodide-build pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv -requests==2.34.0 +requests==2.34.1 # via pyodide-build rich==15.0.0 # via @@ -81,7 +81,7 @@ typing-inspection==0.4.2 # via pydantic urllib3==2.7.0 # via requests -virtualenv==21.3.1 +virtualenv==21.3.3 # via # build # pyodide-build diff --git a/cibuildwheel/resources/constraints-pyodide313.txt b/cibuildwheel/resources/constraints-pyodide313.txt index d74cb73f5..f0c7ed52b 100644 --- a/cibuildwheel/resources/constraints-pyodide313.txt +++ b/cibuildwheel/resources/constraints-pyodide313.txt @@ -23,7 +23,7 @@ filelock==3.29.0 # via # python-discovery # virtualenv -idna==3.14 +idna==3.15 # via requests leb128==1.0.9 # via auditwheel-emscripten @@ -62,9 +62,9 @@ pyodide-lock==0.1.3 # via pyodide-build pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv -requests==2.34.0 +requests==2.34.1 # via pyodide-build rich==15.0.0 # via @@ -81,7 +81,7 @@ typing-inspection==0.4.2 # via pydantic urllib3==2.7.0 # via requests -virtualenv==21.3.1 +virtualenv==21.3.3 # via # build # pyodide-build diff --git a/cibuildwheel/resources/constraints-pyodide314.txt b/cibuildwheel/resources/constraints-pyodide314.txt index d74cb73f5..f0c7ed52b 100644 --- a/cibuildwheel/resources/constraints-pyodide314.txt +++ b/cibuildwheel/resources/constraints-pyodide314.txt @@ -23,7 +23,7 @@ filelock==3.29.0 # via # python-discovery # virtualenv -idna==3.14 +idna==3.15 # via requests leb128==1.0.9 # via auditwheel-emscripten @@ -62,9 +62,9 @@ pyodide-lock==0.1.3 # via pyodide-build pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv -requests==2.34.0 +requests==2.34.1 # via pyodide-build rich==15.0.0 # via @@ -81,7 +81,7 @@ typing-inspection==0.4.2 # via pydantic urllib3==2.7.0 # via requests -virtualenv==21.3.1 +virtualenv==21.3.3 # via # build # pyodide-build diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 16d083e4e..e4c0f5d24 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -20,7 +20,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -28,7 +28,7 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv tomli==2.4.1 ; python_full_version < '3.11' # via build @@ -36,7 +36,7 @@ typing-extensions==4.15.0 # via # delocate # virtualenv -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in zipp==3.23.1 ; python_full_version < '3.10.2' # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 1065ba439..b1d732d87 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 1065ba439..b1d732d87 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 1065ba439..2f4420305 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python314.txt b/cibuildwheel/resources/constraints-python314.txt index 1065ba439..2f4420305 100644 --- a/cibuildwheel/resources/constraints-python314.txt +++ b/cibuildwheel/resources/constraints-python314.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python315.txt b/cibuildwheel/resources/constraints-python315.txt index 1065ba439..2f4420305 100644 --- a/cibuildwheel/resources/constraints-python315.txt +++ b/cibuildwheel/resources/constraints-python315.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index a30a22b31..097bbbed8 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -20,13 +20,15 @@ packaging==26.2 # via # build # delocate +pip==26.0.1 ; (python_full_version < '3.10' and implementation_name != 'graalpy') or (python_full_version >= '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.10' and sys_platform != 'win32') or (python_full_version >= '3.13' and sys_platform != 'win32') or (implementation_name == 'graalpy' and sys_platform == 'win32') + # via -r cibuildwheel/resources/constraints.in platformdirs==4.4.0 # via # python-discovery # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv tomli==2.4.1 ; python_full_version < '3.11' # via build @@ -34,7 +36,7 @@ typing-extensions==4.15.0 # via # delocate # virtualenv -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in zipp==3.23.1 ; python_full_version < '3.10.2' # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 1065ba439..2f4420305 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -18,7 +18,7 @@ packaging==26.2 # via # build # delocate -pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32' +pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 # via @@ -26,9 +26,9 @@ platformdirs==4.9.6 # virtualenv pyproject-hooks==1.2.0 # via build -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv typing-extensions==4.15.0 # via delocate -virtualenv==21.3.1 +virtualenv==21.3.3 # via -r cibuildwheel/resources/constraints.in From ecbd61df1c23c058e2c1a2e03ce0a17286c5e1b6 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 14 May 2026 09:39:37 +0530 Subject: [PATCH 4/4] Regenerate constraints again --- cibuildwheel/resources/constraints-pyodide312.txt | 3 +-- cibuildwheel/resources/constraints-python310.txt | 4 ++++ cibuildwheel/resources/constraints-python311.txt | 4 ++++ cibuildwheel/resources/constraints-python312.txt | 4 ++++ cibuildwheel/resources/constraints-python313.txt | 4 ++++ cibuildwheel/resources/constraints-python314.txt | 4 ++++ cibuildwheel/resources/constraints-python315.txt | 4 ++++ cibuildwheel/resources/constraints-python39.txt | 4 ++++ cibuildwheel/resources/constraints.txt | 4 ++++ 9 files changed, 33 insertions(+), 2 deletions(-) diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index 02c154a37..f0c7ed52b 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -37,8 +37,7 @@ packaging==26.2 # build # pyodide-build # wheel -pip==26.1.1; implementation_name != "graalpy" or platform_system != "Windows" -pip==26.0.1; implementation_name == "graalpy" and platform_system == "Windows" +pip==26.1.1 # via -r .nox/update_constraints/tmp/constraints-pyodide.in platformdirs==4.9.6 # via diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index e4c0f5d24..94d94ed10 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -20,6 +22,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index b1d732d87..161456be5 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index b1d732d87..161456be5 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1.1 ; (python_full_version < '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.13' and sys_platform != 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 2f4420305..003f31bfa 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python314.txt b/cibuildwheel/resources/constraints-python314.txt index 2f4420305..003f31bfa 100644 --- a/cibuildwheel/resources/constraints-python314.txt +++ b/cibuildwheel/resources/constraints-python314.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python315.txt b/cibuildwheel/resources/constraints-python315.txt index 2f4420305..003f31bfa 100644 --- a/cibuildwheel/resources/constraints-python315.txt +++ b/cibuildwheel/resources/constraints-python315.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6 diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 097bbbed8..5a79dedc2 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,6 +6,8 @@ build==1.4.4 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.19.1 @@ -20,6 +22,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.0.1 ; (python_full_version < '3.10' and implementation_name != 'graalpy') or (python_full_version >= '3.13' and implementation_name != 'graalpy') or (python_full_version < '3.10' and sys_platform != 'win32') or (python_full_version >= '3.13' and sys_platform != 'win32') or (implementation_name == 'graalpy' and sys_platform == 'win32') # via -r cibuildwheel/resources/constraints.in platformdirs==4.4.0 diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 2f4420305..003f31bfa 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,6 +6,8 @@ build==1.5.0 # via -r cibuildwheel/resources/constraints.in delocate==0.13.0 # via -r cibuildwheel/resources/constraints.in +delvewheel==1.12.1 + # via -r cibuildwheel/resources/constraints.in distlib==0.4.0 # via virtualenv filelock==3.29.0 @@ -18,6 +20,8 @@ packaging==26.2 # via # build # delocate +pefile==2024.8.26 + # via delvewheel pip==26.1 # via -r cibuildwheel/resources/constraints.in platformdirs==4.9.6