Skip to content

Commit f80cda3

Browse files
Update dependencies
1 parent 877d3bf commit f80cda3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,16 @@ python_configurations = [
151151
{ identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" },
152152
{ identifier = "cp312-win32", version = "3.12.3", arch = "32" },
153153
{ identifier = "cp312-win_amd64", version = "3.12.3", arch = "64" },
154-
{ identifier = "cp313-win32", version = "3.13.0-b1", arch = "32" },
155-
{ identifier = "cp313t-win32", version = "3.13.0-b1", arch = "32" },
156-
{ identifier = "cp313-win_amd64", version = "3.13.0-b1", arch = "64" },
157-
{ identifier = "cp313t-win_amd64", version = "3.13.0-b1", arch = "64" },
154+
{ identifier = "cp313-win32", version = "3.13.0-b2", arch = "32" },
155+
{ identifier = "cp313t-win32", version = "3.13.0-b2", arch = "32" },
156+
{ identifier = "cp313-win_amd64", version = "3.13.0-b2", arch = "64" },
157+
{ identifier = "cp313t-win_amd64", version = "3.13.0-b2", arch = "64" },
158158
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
159159
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
160160
{ identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" },
161161
{ identifier = "cp312-win_arm64", version = "3.12.3", arch = "ARM64" },
162-
{ identifier = "cp313-win_arm64", version = "3.13.0-b1", arch = "ARM64" },
163-
{ identifier = "cp313t-win_arm64", version = "3.13.0-b1", arch = "ARM64" },
162+
{ identifier = "cp313-win_arm64", version = "3.13.0-b2", arch = "ARM64" },
163+
{ identifier = "cp313t-win_arm64", version = "3.13.0-b2", arch = "ARM64" },
164164
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
165165
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
166166
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" },

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ typing-extensions==4.12.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ typing-extensions==4.12.1
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-python38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ typing-extensions==4.12.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ typing-extensions==4.12.1
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

0 commit comments

Comments
 (0)