Skip to content

Commit c2c8b6a

Browse files
Update dependencies
1 parent 47c5a31 commit c2c8b6a

16 files changed

+319
-317
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ python_configurations = [
159159
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
160160
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
161161
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
162-
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
163-
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
164-
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
165-
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
166-
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
167-
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg" },
162+
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
163+
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
164+
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
165+
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
166+
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
167+
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.6/python-3.13.6-macos11.pkg" },
168168
{ identifier = "cp314-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc1-macos11.pkg" },
169169
{ identifier = "cp314-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc1-macos11.pkg" },
170170
{ identifier = "cp314-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc1-macos11.pkg" },
@@ -195,10 +195,10 @@ python_configurations = [
195195
{ identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" },
196196
{ identifier = "cp312-win32", version = "3.12.10", arch = "32" },
197197
{ identifier = "cp312-win_amd64", version = "3.12.10", arch = "64" },
198-
{ identifier = "cp313-win32", version = "3.13.5", arch = "32" },
199-
{ identifier = "cp313t-win32", version = "3.13.5", arch = "32" },
200-
{ identifier = "cp313-win_amd64", version = "3.13.5", arch = "64" },
201-
{ identifier = "cp313t-win_amd64", version = "3.13.5", arch = "64" },
198+
{ identifier = "cp313-win32", version = "3.13.6", arch = "32" },
199+
{ identifier = "cp313t-win32", version = "3.13.6", arch = "32" },
200+
{ identifier = "cp313-win_amd64", version = "3.13.6", arch = "64" },
201+
{ identifier = "cp313t-win_amd64", version = "3.13.6", arch = "64" },
202202
{ identifier = "cp314-win32", version = "3.14.0-rc1", arch = "32" },
203203
{ identifier = "cp314t-win32", version = "3.14.0-rc1", arch = "32" },
204204
{ identifier = "cp314-win_amd64", version = "3.14.0-rc1", arch = "64" },
@@ -207,8 +207,8 @@ python_configurations = [
207207
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
208208
{ identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" },
209209
{ identifier = "cp312-win_arm64", version = "3.12.10", arch = "ARM64" },
210-
{ identifier = "cp313-win_arm64", version = "3.13.5", arch = "ARM64" },
211-
{ identifier = "cp313t-win_arm64", version = "3.13.5", arch = "ARM64" },
210+
{ identifier = "cp313-win_arm64", version = "3.13.6", arch = "ARM64" },
211+
{ identifier = "cp313t-win_arm64", version = "3.13.6", arch = "ARM64" },
212212
{ identifier = "cp314-win_arm64", version = "3.14.0-rc1", arch = "ARM64" },
213213
{ identifier = "cp314t-win_arm64", version = "3.14.0-rc1", arch = "ARM64" },
214214
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
@@ -221,7 +221,7 @@ python_configurations = [
221221
[pyodide]
222222
python_configurations = [
223223
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22" },
224-
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.28.0", node_version = "v22" },
224+
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.28.1", node_version = "v22" },
225225
]
226226

227227
[android]

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# nox -s update_constraints
33
annotated-types==0.7.0
44
# via pydantic
5-
anyio==4.9.0
5+
anyio==4.10.0
66
# via httpx
77
auditwheel-emscripten==0.1.0
88
# via pyodide-build
99
build==1.2.2.post1
1010
# via
1111
# -r .nox/update_constraints/tmp/constraints-pyodide.in
1212
# pyodide-build
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via
1515
# httpcore
1616
# httpx
1717
# requests
18-
charset-normalizer==3.4.2
18+
charset-normalizer==3.4.3
1919
# via requests
2020
click==8.1.8
2121
# via
@@ -38,7 +38,7 @@ idna==3.10
3838
# requests
3939
leb128==1.0.8
4040
# via auditwheel-emscripten
41-
markdown-it-py==3.0.0
41+
markdown-it-py==4.0.0
4242
# via rich
4343
mdurl==0.1.2
4444
# via markdown-it-py
@@ -48,7 +48,7 @@ packaging==25.0
4848
# build
4949
# pyodide-build
5050
# unearth
51-
pip==25.1.1
51+
pip==25.2
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.3.8
5454
# via
@@ -107,7 +107,7 @@ unearth==0.17.5
107107
# via pyodide-build
108108
urllib3==2.5.0
109109
# via requests
110-
virtualenv==20.32.0
110+
virtualenv==20.33.1
111111
# via
112112
# build
113113
# pyodide-build

cibuildwheel/resources/constraints-pyodide313.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# nox -s update_constraints
33
annotated-types==0.7.0
44
# via pydantic
5-
anyio==4.9.0
5+
anyio==4.10.0
66
# via httpx
77
auditwheel-emscripten==0.1.0
88
# via pyodide-build
99
build==1.2.2.post1
1010
# via
1111
# -r .nox/update_constraints/tmp/constraints-pyodide.in
1212
# pyodide-build
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via
1515
# httpcore
1616
# httpx
1717
# requests
18-
charset-normalizer==3.4.2
18+
charset-normalizer==3.4.3
1919
# via requests
2020
click==8.1.8
2121
# via
@@ -38,7 +38,7 @@ idna==3.10
3838
# requests
3939
leb128==1.0.8
4040
# via auditwheel-emscripten
41-
markdown-it-py==3.0.0
41+
markdown-it-py==4.0.0
4242
# via rich
4343
mdurl==0.1.2
4444
# via markdown-it-py
@@ -48,7 +48,7 @@ packaging==25.0
4848
# build
4949
# pyodide-build
5050
# unearth
51-
pip==25.1.1
51+
pip==25.2
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.3.8
5454
# via
@@ -106,7 +106,7 @@ unearth==0.17.5
106106
# via pyodide-build
107107
urllib3==2.5.0
108108
# via requests
109-
virtualenv==20.32.0
109+
virtualenv==20.33.1
110110
# via
111111
# build
112112
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -18,7 +18,7 @@ packaging==25.0
1818
# via
1919
# build
2020
# delocate
21-
pip==25.1.1
21+
pip==25.2
2222
# via -r cibuildwheel/resources/constraints.in
2323
platformdirs==4.3.8
2424
# via virtualenv
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.14.1
3030
# via delocate
31-
virtualenv==20.32.0
31+
virtualenv==20.33.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.23.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -16,13 +16,13 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.1.1
19+
pip==25.2
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.3.8
2222
# via virtualenv
2323
pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.32.0
27+
virtualenv==20.33.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -16,13 +16,13 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.1.1
19+
pip==25.2
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.3.8
2222
# via virtualenv
2323
pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.32.0
27+
virtualenv==20.33.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -16,13 +16,13 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.1.1
19+
pip==25.2
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.3.8
2222
# via virtualenv
2323
pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.32.0
27+
virtualenv==20.33.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python314.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -16,13 +16,13 @@ packaging==25.0
1616
# via
1717
# build
1818
# delocate
19-
pip==25.1.1
19+
pip==25.2
2020
# via -r cibuildwheel/resources/constraints.in
2121
platformdirs==4.3.8
2222
# via virtualenv
2323
pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.32.0
27+
virtualenv==20.33.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.2
3030
# via delocate
31-
virtualenv==20.32.0
31+
virtualenv==20.33.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.20.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
@@ -18,7 +18,7 @@ packaging==25.0
1818
# via
1919
# build
2020
# delocate
21-
pip==25.1.1
21+
pip==25.2
2222
# via -r cibuildwheel/resources/constraints.in
2323
platformdirs==4.3.8
2424
# via virtualenv
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.14.1
3030
# via delocate
31-
virtualenv==20.32.0
31+
virtualenv==20.33.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.23.0
3434
# via importlib-metadata

0 commit comments

Comments
 (0)