Skip to content

Commit 6df11f0

Browse files
[Bot] Update dependencies (#2096)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 3a0db72 commit 6df11f0

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Here are some repos that use cibuildwheel.
168168
| [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. |
169169
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
170170
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
171-
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
172171
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
172+
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
173173
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
174174

175175
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
@@ -179,8 +179,8 @@ Here are some repos that use cibuildwheel.
179179
[Tornado]: https://github.com/tornadoweb/tornado
180180
[NCNN]: https://github.com/Tencent/ncnn
181181
[Matplotlib]: https://github.com/matplotlib/matplotlib
182-
[Prophet]: https://github.com/facebook/prophet
183182
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
183+
[Prophet]: https://github.com/facebook/prophet
184184
[Kivy]: https://github.com/kivy/kivy
185185

186186
[appveyor icon]: docs/data/readme_icons/appveyor.svg

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ charset-normalizer==3.4.0
1919
# via requests
2020
click==8.1.7
2121
# via typer
22-
cmake==3.31.0.1
22+
cmake==3.31.1
2323
# via pyodide-build
2424
distlib==0.3.9
2525
# via virtualenv
@@ -52,11 +52,11 @@ pip==24.3.1
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.3.6
5454
# via virtualenv
55-
pydantic==2.10.0
55+
pydantic==2.10.1
5656
# via
5757
# pyodide-build
5858
# pyodide-lock
59-
pydantic-core==2.27.0
59+
pydantic-core==2.27.1
6060
# via pydantic
6161
pygments==2.18.0
6262
# via rich
@@ -107,7 +107,7 @@ virtualenv==20.27.1
107107
# via
108108
# build
109109
# pyodide-build
110-
wheel==0.45.0
110+
wheel==0.45.1
111111
# via
112112
# auditwheel-emscripten
113113
# pyodide-build

cibuildwheel/resources/nodejs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
url = "https://nodejs.org/dist/"
22
v22 = "v22.11.0"
3-
v20 = "v20.18.0"
3+
v20 = "v20.18.1"
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
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.11.16-1
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.11.24-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.11.16-1
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.11.24-1
77
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.11.16-1
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.11.24-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.11.16-1
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.11.24-1
1414
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
1515
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.26-1
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.11.16-1
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.11.24-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.11.16-1
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.11.24-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.11.16-1
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.11.24-1
2323

2424
[pypy_i686]
2525
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
26-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.11.16-1
26+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.11.24-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.11.16-1
30+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.11.24-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.11.16-1
32+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.11.24-1
3333
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1
34-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.11.16-1
34+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.11.24-1
3535

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.11.16-1
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.11.24-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.11.16-1
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.11.24-1
4040
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.11.16-1
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.11.24-1
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.11.16-1
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.11.24-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.11.16-1
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.11.24-1
4747
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.11.16-1
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.11.24-1
4949

5050
[pypy_aarch64]
51-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.11.16-1
51+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.11.24-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.11.16-1
53+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.11.24-1
5454

5555
[armv7l]
56-
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2024.11.16-1
57-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.11.16-1
56+
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2024.11.24-1
57+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.11.24-1
5858

docs/working-examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ title: Working examples
1515
| [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. |
1616
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
1717
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
18-
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
1918
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
19+
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
2020
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
2121
| [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners |
2222
| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python |
@@ -97,8 +97,8 @@ title: Working examples
9797
| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python |
9898
| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 |
9999
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
100-
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
101100
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
101+
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
102102
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
103103
| [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. |
104104
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
@@ -125,8 +125,8 @@ title: Working examples
125125
[Tornado]: https://github.com/tornadoweb/tornado
126126
[NCNN]: https://github.com/Tencent/ncnn
127127
[Matplotlib]: https://github.com/matplotlib/matplotlib
128-
[Prophet]: https://github.com/facebook/prophet
129128
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
129+
[Prophet]: https://github.com/facebook/prophet
130130
[Kivy]: https://github.com/kivy/kivy
131131
[Triton]: https://github.com/openai/triton
132132
[MemRay]: https://github.com/bloomberg/memray
@@ -207,8 +207,8 @@ title: Working examples
207207
[pybase64]: https://github.com/mayeut/pybase64
208208
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
209209
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
210-
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
211210
[fathon]: https://github.com/stfbnc/fathon
211+
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
212212
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
213213
[Arbor]: https://github.com/arbor-sim/arbor
214214
[polaroid]: https://github.com/daggy1234/polaroid

0 commit comments

Comments
 (0)