Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions cibuildwheel/resources/constraints-pyodide312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -63,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
Expand All @@ -82,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
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-pyodide313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-pyodide314.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
13 changes: 6 additions & 7 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
Expand All @@ -24,24 +24,23 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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 ; (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
# 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
tomli==2.4.1 ; python_full_version < '3.11'
# via build
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
zipp==3.23.1 ; python_full_version < '3.10.2'
# via importlib-metadata
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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 ; (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
# python-discovery
# 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
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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 ; (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
# python-discovery
# 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
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints-python313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
# python-discovery
# 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
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints-python314.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
# python-discovery
# 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
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints-python315.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
# python-discovery
# 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
12 changes: 6 additions & 6 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
Expand All @@ -24,23 +24,23 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
pip==26.0.1
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
tomli==2.4.1 ; python_full_version < '3.11'
# via build
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
zipp==3.23.1 ; python_full_version < '3.10.2'
# via importlib-metadata
3 changes: 2 additions & 1 deletion cibuildwheel/resources/constraints.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip
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
delvewheel
Expand Down
7 changes: 3 additions & 4 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ packaging==26.2
# delocate
pefile==2024.8.26
# via delvewheel
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
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
# python-discovery
# 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
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading