Skip to content

Commit 2fb3205

Browse files
[Bot] Update dependencies (#1799)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 376414d commit 2fb3205

9 files changed

+56
-56
lines changed

cibuildwheel/resources/build-platforms.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ python_configurations = [
9797
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
9898
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
9999
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
100-
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" },
101-
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" },
102-
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" },
100+
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" },
101+
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" },
102+
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" },
103103
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" },
104104
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" },
105105
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" },
@@ -124,13 +124,13 @@ python_configurations = [
124124
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
125125
{ identifier = "cp310-win32", version = "3.10.11", arch = "32" },
126126
{ identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" },
127-
{ identifier = "cp311-win32", version = "3.11.8", arch = "32" },
128-
{ identifier = "cp311-win_amd64", version = "3.11.8", arch = "64" },
127+
{ identifier = "cp311-win32", version = "3.11.9", arch = "32" },
128+
{ identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" },
129129
{ identifier = "cp312-win32", version = "3.12.2", arch = "32" },
130130
{ identifier = "cp312-win_amd64", version = "3.12.2", arch = "64" },
131131
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
132132
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
133-
{ identifier = "cp311-win_arm64", version = "3.11.8", arch = "ARM64" },
133+
{ identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" },
134134
{ identifier = "cp312-win_arm64", version = "3.12.2", arch = "ARM64" },
135135
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
136136
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },

cibuildwheel/resources/constraints-python310.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -25,7 +25,7 @@ tomli==2.0.1
2525
# via
2626
# build
2727
# pyproject-hooks
28-
typing-extensions==4.10.0
28+
typing-extensions==4.11.0
2929
# via delocate
3030
virtualenv==20.25.1
3131
zipp==3.18.1

cibuildwheel/resources/constraints-python311.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -19,6 +19,6 @@ platformdirs==4.2.0
1919
# via virtualenv
2020
pyproject-hooks==1.0.0
2121
# via build
22-
typing-extensions==4.10.0
22+
typing-extensions==4.11.0
2323
# via delocate
2424
virtualenv==20.25.1

cibuildwheel/resources/constraints-python312.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -19,6 +19,6 @@ platformdirs==4.2.0
1919
# via virtualenv
2020
pyproject-hooks==1.0.0
2121
# via build
22-
typing-extensions==4.10.0
22+
typing-extensions==4.11.0
2323
# via delocate
2424
virtualenv==20.25.1

cibuildwheel/resources/constraints-python38.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -25,7 +25,7 @@ tomli==2.0.1
2525
# via
2626
# build
2727
# pyproject-hooks
28-
typing-extensions==4.10.0
28+
typing-extensions==4.11.0
2929
# via delocate
3030
virtualenv==20.25.1
3131
zipp==3.18.1

cibuildwheel/resources/constraints-python39.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -25,7 +25,7 @@ tomli==2.0.1
2525
# via
2626
# build
2727
# pyproject-hooks
28-
typing-extensions==4.10.0
28+
typing-extensions==4.11.0
2929
# via delocate
3030
virtualenv==20.25.1
3131
zipp==3.18.1

cibuildwheel/resources/constraints.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# nox -s update_constraints
33
altgraph==0.17.4
44
# via macholib
5-
build==1.1.1
5+
build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.1
9+
filelock==3.13.3
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -19,6 +19,6 @@ platformdirs==4.2.0
1919
# via virtualenv
2020
pyproject-hooks==1.0.0
2121
# via build
22-
typing-extensions==4.10.0
22+
typing-extensions==4.11.0
2323
# via delocate
2424
virtualenv==20.25.1
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-03-10-b85029d
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-03-25-69f3367
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-03-18-314a21e
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9
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-03-18-314a21e
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-03-18-314a21e
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-03-18-314a21e
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-02-96b33b9
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-04-02-96b33b9
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-04-02-96b33b9
99

1010
[i686]
11-
manylinux1 = quay.io/pypa/manylinux1_i686:2024-03-10-b85029d
11+
manylinux1 = quay.io/pypa/manylinux1_i686:2024-03-25-69f3367
1212
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
13-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-03-18-314a21e
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9
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-03-18-314a21e
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-03-18-314a21e
15+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-04-02-96b33b9
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-04-02-96b33b9
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-03-18-314a21e
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9
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-03-18-314a21e
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-02-96b33b9
2323

2424
[pypy_i686]
2525
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
26-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-03-18-314a21e
26+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9
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-03-18-314a21e
30+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9
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-03-18-314a21e
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-03-18-314a21e
34-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-03-18-314a21e
32+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-02-96b33b9
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-04-02-96b33b9
34+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-04-02-96b33b9
3535

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-03-18-314a21e
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-02-96b33b9
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-03-18-314a21e
40-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-03-18-314a21e
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-03-18-314a21e
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-04-02-96b33b9
40+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-04-02-96b33b9
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-04-02-96b33b9
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-03-18-314a21e
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-02-96b33b9
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-03-18-314a21e
47-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-03-18-314a21e
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-03-18-314a21e
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-04-02-96b33b9
47+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-04-02-96b33b9
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-04-02-96b33b9
4949

5050
[pypy_aarch64]
51-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-03-18-314a21e
51+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9
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-03-18-314a21e
53+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-02-96b33b9
5454

docs/working-examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ title: Working examples
6363
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
6464
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
6565
| [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. |
66-
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
6766
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
67+
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
6868
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
6969
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
7070
| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A machine learning model serving framework powered by Rust |
@@ -90,15 +90,15 @@ title: Working examples
9090
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
9191
| [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. |
9292
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
93-
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
9493
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
94+
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
9595
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
9696
| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 |
9797
| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python |
9898
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
9999
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
100-
| [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. |
101100
| [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. |
101+
| [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. |
102102
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
103103
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
104104
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
@@ -172,8 +172,8 @@ title: Working examples
172172
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
173173
[PyTables]: https://github.com/PyTables/PyTables
174174
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
175-
[google neuroglancer]: https://github.com/google/neuroglancer
176175
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
176+
[google neuroglancer]: https://github.com/google/neuroglancer
177177
[AutoPy]: https://github.com/autopilot-rs/autopy
178178
[H3-py]: https://github.com/uber/h3-py
179179
[mosec]: https://github.com/mosecorg/mosec
@@ -199,15 +199,15 @@ title: Working examples
199199
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
200200
[pillow-heif]: https://github.com/bigcat88/pillow_heif
201201
[TgCrypto]: https://github.com/pyrogram/tgcrypto
202-
[bx-python]: https://github.com/bxlab/bx-python
203202
[iDynTree]: https://github.com/robotology/idyntree
203+
[bx-python]: https://github.com/bxlab/bx-python
204204
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
205205
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
206206
[pybase64]: https://github.com/mayeut/pybase64
207207
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
208208
[fathon]: https://github.com/stfbnc/fathon
209-
[Arbor]: https://github.com/arbor-sim/arbor
210209
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
210+
[Arbor]: https://github.com/arbor-sim/arbor
211211
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
212212
[polaroid]: https://github.com/daggy1234/polaroid
213213
[etebase-py]: https://github.com/etesync/etebase-py

0 commit comments

Comments
 (0)