Skip to content

Commit ed12054

Browse files
authored
chore: bump pyodide (#1859)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6c6e0f6 commit ed12054

9 files changed

+14
-14
lines changed

cibuildwheel/resources/build-platforms.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ python_configurations = [
169169

170170
[pyodide]
171171
python_configurations = [
172-
{ identifier = "cp312-pyodide_wasm32", version = "3.12.1", pyodide_version = "0.26.0", emscripten_version = "3.1.58", node_version = "v20" },
172+
{ identifier = "cp312-pyodide_wasm32", version = "3.12.1", pyodide_version = "0.26.1", emscripten_version = "3.1.58", node_version = "v20" },
173173
]

cibuildwheel/resources/constraints-pyodide312.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pydantic-core==2.18.4
6464
# via pydantic
6565
pygments==2.18.0
6666
# via rich
67-
pyodide-build==0.26.0
67+
pyodide-build==0.26.1
6868
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
6969
pyodide-cli==0.2.3
7070
# via
@@ -102,12 +102,12 @@ typer==0.12.3
102102
# pyodide-cli
103103
types-requests==2.32.0.20240602
104104
# via pyodide-build
105-
typing-extensions==4.12.1
105+
typing-extensions==4.12.2
106106
# via
107107
# pydantic
108108
# pydantic-core
109109
# typer
110-
unearth==0.15.3
110+
unearth==0.15.4
111111
# via pyodide-build
112112
urllib3==2.2.1
113113
# via

cibuildwheel/resources/constraints-python310.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pyproject-hooks==1.1.0
2626
# via build
2727
tomli==2.0.1
2828
# via build
29-
typing-extensions==4.12.1
29+
typing-extensions==4.12.2
3030
# via delocate
3131
virtualenv==20.26.2
3232
# via -r cibuildwheel/resources/constraints.in
33-
zipp==3.19.1
33+
zipp==3.19.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformdirs==4.2.2
2222
# via virtualenv
2323
pyproject-hooks==1.1.0
2424
# via build
25-
typing-extensions==4.12.1
25+
typing-extensions==4.12.2
2626
# via delocate
2727
virtualenv==20.26.2
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformdirs==4.2.2
2222
# via virtualenv
2323
pyproject-hooks==1.1.0
2424
# via build
25-
typing-extensions==4.12.1
25+
typing-extensions==4.12.2
2626
# via delocate
2727
virtualenv==20.26.2
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformdirs==4.2.2
2222
# via virtualenv
2323
pyproject-hooks==1.1.0
2424
# via build
25-
typing-extensions==4.12.1
25+
typing-extensions==4.12.2
2626
# via delocate
2727
virtualenv==20.26.2
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pyproject-hooks==1.1.0
2626
# via build
2727
tomli==2.0.1
2828
# via build
29-
typing-extensions==4.12.1
29+
typing-extensions==4.12.2
3030
# via delocate
3131
virtualenv==20.26.2
3232
# via -r cibuildwheel/resources/constraints.in
33-
zipp==3.19.1
33+
zipp==3.19.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pyproject-hooks==1.1.0
2626
# via build
2727
tomli==2.0.1
2828
# via build
29-
typing-extensions==4.12.1
29+
typing-extensions==4.12.2
3030
# via delocate
3131
virtualenv==20.26.2
3232
# via -r cibuildwheel/resources/constraints.in
33-
zipp==3.19.1
33+
zipp==3.19.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformdirs==4.2.2
2222
# via virtualenv
2323
pyproject-hooks==1.1.0
2424
# via build
25-
typing-extensions==4.12.1
25+
typing-extensions==4.12.2
2626
# via delocate
2727
virtualenv==20.26.2
2828
# via -r cibuildwheel/resources/constraints.in

0 commit comments

Comments
 (0)