Skip to content

Commit c53e541

Browse files
[Bot] Update dependencies (#2642)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 58d113a commit c53e541

13 files changed

+57
-57
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ python_configurations = [
183183
{ identifier = "pp311-macosx_arm64", version = "3.11", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.20-macos_arm64.tar.bz2" },
184184
{ identifier = "gp311_242-macosx_x86_64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-macos-amd64.tar.gz" },
185185
{ identifier = "gp311_242-macosx_arm64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-macos-aarch64.tar.gz" },
186-
{ identifier = "gp312_250-macosx_x86_64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.0/graalpy-25.0.0-macos-amd64.tar.gz" },
187-
{ identifier = "gp312_250-macosx_arm64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.0/graalpy-25.0.0-macos-aarch64.tar.gz" },
186+
{ identifier = "gp312_250-macosx_x86_64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.1/graalpy-25.0.1-macos-amd64.tar.gz" },
187+
{ identifier = "gp312_250-macosx_arm64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.1/graalpy-25.0.1-macos-aarch64.tar.gz" },
188188
]
189189

190190
[windows]
@@ -220,13 +220,13 @@ python_configurations = [
220220
{ identifier = "pp310-win_amd64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-win64.zip" },
221221
{ identifier = "pp311-win_amd64", version = "3.11", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.20-win64.zip" },
222222
{ identifier = "gp311_242-win_amd64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-windows-amd64.zip" },
223-
{ identifier = "gp312_250-win_amd64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.0/graalpy-25.0.0-windows-amd64.zip" },
223+
{ identifier = "gp312_250-win_amd64", version = "3.12", url = "https://github.com/oracle/graalpython/releases/download/graal-25.0.1/graalpy-25.0.1-windows-amd64.zip" },
224224
]
225225

226226
[pyodide]
227227
python_configurations = [
228228
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22" },
229-
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.28.3", node_version = "v22" },
229+
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.29.0", node_version = "v22" },
230230
]
231231

232232
[android]

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packaging==25.0
4848
# build
4949
# pyodide-build
5050
# unearth
51-
pip==25.2
51+
pip==25.3
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.5.0
5454
# via
@@ -62,7 +62,7 @@ pydantic-core==2.41.4
6262
# via pydantic
6363
pygments==2.19.2
6464
# via rich
65-
pyodide-build==0.30.7
65+
pyodide-build==0.30.8
6666
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
6767
pyodide-cli==0.4.0
6868
# via
@@ -81,15 +81,15 @@ rich==14.2.0
8181
# pyodide-build
8282
# pyodide-cli
8383
# typer
84-
ruamel-yaml==0.18.15
84+
ruamel-yaml==0.18.16
8585
# via pyodide-build
8686
ruamel-yaml-clib==0.2.14
8787
# via ruamel-yaml
8888
shellingham==1.5.4
8989
# via typer
9090
sniffio==1.3.1
9191
# via anyio
92-
typer==0.19.2
92+
typer==0.20.0
9393
# via
9494
# auditwheel-emscripten
9595
# pyodide-build

cibuildwheel/resources/constraints-pyodide313.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packaging==25.0
4848
# build
4949
# pyodide-build
5050
# unearth
51-
pip==25.2
51+
pip==25.3
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.5.0
5454
# via
@@ -62,7 +62,7 @@ pydantic-core==2.41.4
6262
# via pydantic
6363
pygments==2.19.2
6464
# via rich
65-
pyodide-build==0.30.7
65+
pyodide-build==0.30.8
6666
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
6767
pyodide-cli==0.4.0
6868
# via
@@ -81,15 +81,15 @@ rich==14.2.0
8181
# pyodide-build
8282
# pyodide-cli
8383
# typer
84-
ruamel-yaml==0.18.15
84+
ruamel-yaml==0.18.16
8585
# via pyodide-build
8686
ruamel-yaml-clib==0.2.14
8787
# via ruamel-yaml
8888
shellingham==1.5.4
8989
# via typer
9090
sniffio==1.3.1
9191
# via anyio
92-
typer==0.19.2
92+
typer==0.20.0
9393
# via
9494
# auditwheel-emscripten
9595
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==25.0
1818
# via
1919
# build
2020
# delocate
21-
pip==25.2
21+
pip==25.3
2222
# via -r cibuildwheel/resources/constraints.in
2323
platformdirs==4.5.0
2424
# via virtualenv

cibuildwheel/resources/constraints-python311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.2
19+
pip==25.3
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.5.0
2222
# via virtualenv

cibuildwheel/resources/constraints-python312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.2
19+
pip==25.3
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.5.0
2222
# via virtualenv

cibuildwheel/resources/constraints-python313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.2
19+
pip==25.3
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.5.0
2222
# via virtualenv

cibuildwheel/resources/constraints-python314.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.2
19+
pip==25.3
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.5.0
2222
# via virtualenv

cibuildwheel/resources/constraints-python39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging==25.0
1818
# via
1919
# build
2020
# delocate
21-
pip==25.2
21+
pip==25.3
2222
# via -r cibuildwheel/resources/constraints.in
2323
platformdirs==4.4.0
2424
# via virtualenv

cibuildwheel/resources/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.2
19+
pip==25.3
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.5.0
2222
# via virtualenv

0 commit comments

Comments
 (0)