Skip to content

Commit 5af5df4

Browse files
[Bot] Update dependencies (#1935)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 6c5cf87 commit 5af5df4

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

cibuildwheel/resources/build-platforms.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ python_configurations = [
123123
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.4/python-3.12.4-macos11.pkg" },
124124
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.4/python-3.12.4-macos11.pkg" },
125125
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.4/python-3.12.4-macos11.pkg" },
126-
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
127-
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
128-
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
129-
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
130-
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
131-
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-macos11.pkg" },
126+
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
127+
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
128+
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
129+
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
130+
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
131+
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-macos11.pkg" },
132132
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
133133
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
134134
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -154,16 +154,16 @@ python_configurations = [
154154
{ identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" },
155155
{ identifier = "cp312-win32", version = "3.12.4", arch = "32" },
156156
{ identifier = "cp312-win_amd64", version = "3.12.4", arch = "64" },
157-
{ identifier = "cp313-win32", version = "3.13.0-b3", arch = "32" },
158-
{ identifier = "cp313t-win32", version = "3.13.0-b3", arch = "32" },
159-
{ identifier = "cp313-win_amd64", version = "3.13.0-b3", arch = "64" },
160-
{ identifier = "cp313t-win_amd64", version = "3.13.0-b3", arch = "64" },
157+
{ identifier = "cp313-win32", version = "3.13.0-b4", arch = "32" },
158+
{ identifier = "cp313t-win32", version = "3.13.0-b4", arch = "32" },
159+
{ identifier = "cp313-win_amd64", version = "3.13.0-b4", arch = "64" },
160+
{ identifier = "cp313t-win_amd64", version = "3.13.0-b4", arch = "64" },
161161
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
162162
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
163163
{ identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" },
164164
{ identifier = "cp312-win_arm64", version = "3.12.4", arch = "ARM64" },
165-
{ identifier = "cp313-win_arm64", version = "3.13.0-b3", arch = "ARM64" },
166-
{ identifier = "cp313t-win_arm64", version = "3.13.0-b3", arch = "ARM64" },
165+
{ identifier = "cp313-win_arm64", version = "3.13.0-b4", arch = "ARM64" },
166+
{ identifier = "cp313t-win_arm64", version = "3.13.0-b4", arch = "ARM64" },
167167
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
168168
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
169169
{ 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ typer==0.12.3
100100
# auditwheel-emscripten
101101
# pyodide-build
102102
# pyodide-cli
103-
types-requests==2.32.0.20240622
103+
types-requests==2.32.0.20240712
104104
# via pyodide-build
105105
typing-extensions==4.12.2
106106
# via
107107
# pydantic
108108
# pydantic-core
109109
# typer
110-
unearth==0.16.0
110+
unearth==0.16.1
111111
# via pyodide-build
112112
urllib3==2.2.2
113113
# via

cibuildwheel/resources/nodejs.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
url = "https://nodejs.org/dist/"
2-
v20 = "v20.15.0"
2+
v20 = "v20.15.1"
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
[x86_64]
22
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.07.07-1
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.07.20-1
55
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.07.07-1
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.07.07-1
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.07.07-1
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.07.20-1
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.07.20-1
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.07.20-1
99

1010
[i686]
1111
manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8
1212
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
13-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.07.07-1
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.07.20-1
1414
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
15-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.07.07-1
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.07.07-1
15+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.07.20-1
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.07.20-1
1717

1818
[pypy_x86_64]
1919
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
20-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.07.07-1
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.07.20-1
2121
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
22-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.07.07-1
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.07.20-1
2323

2424
[pypy_i686]
2525
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
26-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.07.07-1
26+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.07.20-1
2727
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
2828

2929
[aarch64]
30-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.07.07-1
30+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.07.20-1
3131
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
32-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.07.07-1
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.07.07-1
34-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.07.07-1
32+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.07.20-1
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.07.20-1
34+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.07.20-1
3535

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.07.07-1
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.07.20-1
3838
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
39-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.07.07-1
40-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.07.07-1
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.07.07-1
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.07.20-1
40+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.07.20-1
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.07.20-1
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.07.07-1
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.07.20-1
4545
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
46-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.07.07-1
47-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.07.07-1
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.07.07-1
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.07.20-1
47+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.07.20-1
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.07.20-1
4949

5050
[pypy_aarch64]
51-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.07.07-1
51+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.07.20-1
5252
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
53-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.07.07-1
53+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.07.20-1
5454

docs/working-examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ title: Working examples
3838
| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings |
3939
| [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. |
4040
| [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. |
41-
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
4241
| [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI |
4342
| [pyzmq][] | ![github icon][] ![circleci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. |
4443
| [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels |
@@ -62,8 +61,8 @@ title: Working examples
6261
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
6362
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
6463
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
65-
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
6664
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
65+
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
6766
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
6867
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
6968
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
@@ -110,12 +109,13 @@ title: Working examples
110109
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
111110
| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. |
112111
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
112+
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
113113
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
114114
| [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. |
115115
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
116116
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
117-
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
118117
| [werpy][] | ![github icon][] | ![windows icon][] ![linux icon][] ![apple icon][] | An ultra-fast python package using optimized dynamic programming to compute the Word Error Rate (WER). |
118+
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
119119
| [pybind11 cross build example][] | ![github icon][] ![gitlab icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab |
120120

121121
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
@@ -148,7 +148,6 @@ title: Working examples
148148
[UltraJSON]: https://github.com/ultrajson/ultrajson
149149
[OpenSpiel]: https://github.com/google-deepmind/open_spiel
150150
[aiortc]: https://github.com/aiortc/aiortc
151-
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
152151
[Dependency Injector]: https://github.com/ets-labs/python-dependency-injector
153152
[pyzmq]: https://github.com/zeromq/pyzmq
154153
[Implicit]: https://github.com/benfred/implicit
@@ -172,8 +171,8 @@ title: Working examples
172171
[ruptures]: https://github.com/deepcharles/ruptures
173172
[OpenTimelineIO]: https://github.com/AcademySoftwareFoundation/OpenTimelineIO
174173
[PyTables]: https://github.com/PyTables/PyTables
175-
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
176174
[google neuroglancer]: https://github.com/google/neuroglancer
175+
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
177176
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
178177
[AutoPy]: https://github.com/autopilot-rs/autopy
179178
[H3-py]: https://github.com/uber/h3-py
@@ -220,12 +219,13 @@ title: Working examples
220219
[pyjet]: https://github.com/scikit-hep/pyjet
221220
[ril]: https://github.com/Cryptex-github/ril-py
222221
[GSD]: https://github.com/glotzerlab/gsd
222+
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
223223
[SiPM]: https://github.com/EdoPro98/SimSiPM
224224
[aalink]: https://github.com/artfwo/aalink
225225
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
226226
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
227-
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
228227
[werpy]: https://github.com/analyticsinmotion/werpy
228+
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
229229
[pybind11 cross build example]: https://github.com/wbarnha/pybind_cmake_example_crossbuild
230230

231231
[appveyor icon]: data/readme_icons/appveyor.svg

0 commit comments

Comments
 (0)