Skip to content

Commit 0319c43

Browse files
[Bot] Update dependencies (#2032)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 80ae9a5 commit 0319c43

12 files changed

+53
-53
lines changed

cibuildwheel/resources/build-platforms.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ python_configurations = [
132132
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" },
133133
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" },
134134
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.7/python-3.12.7-macos11.pkg" },
135-
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
136-
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
137-
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
138-
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
139-
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
140-
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg" },
135+
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
136+
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
137+
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
138+
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
139+
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
140+
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg" },
141141
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
142142
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
143143
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -163,16 +163,16 @@ python_configurations = [
163163
{ identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" },
164164
{ identifier = "cp312-win32", version = "3.12.7", arch = "32" },
165165
{ identifier = "cp312-win_amd64", version = "3.12.7", arch = "64" },
166-
{ identifier = "cp313-win32", version = "3.13.0-rc3", arch = "32" },
167-
{ identifier = "cp313t-win32", version = "3.13.0-rc3", arch = "32" },
168-
{ identifier = "cp313-win_amd64", version = "3.13.0-rc3", arch = "64" },
169-
{ identifier = "cp313t-win_amd64", version = "3.13.0-rc3", arch = "64" },
166+
{ identifier = "cp313-win32", version = "3.13.0", arch = "32" },
167+
{ identifier = "cp313t-win32", version = "3.13.0", arch = "32" },
168+
{ identifier = "cp313-win_amd64", version = "3.13.0", arch = "64" },
169+
{ identifier = "cp313t-win_amd64", version = "3.13.0", arch = "64" },
170170
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
171171
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
172172
{ identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" },
173173
{ identifier = "cp312-win_arm64", version = "3.12.7", arch = "ARM64" },
174-
{ identifier = "cp313-win_arm64", version = "3.13.0-rc3", arch = "ARM64" },
175-
{ identifier = "cp313t-win_arm64", version = "3.13.0-rc3", arch = "ARM64" },
174+
{ identifier = "cp313-win_arm64", version = "3.13.0", arch = "ARM64" },
175+
{ identifier = "cp313t-win_arm64", version = "3.13.0", arch = "ARM64" },
176176
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
177177
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
178178
{ 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
@@ -6,7 +6,7 @@ anyio==4.6.0
66
# via httpx
77
auditwheel-emscripten==0.0.16
88
# via pyodide-build
9-
build==1.2.2
9+
build==1.2.2.post1
1010
# via
1111
# -r .nox/update_constraints/tmp/constraints-pyodide.in
1212
# pyodide-build
@@ -80,7 +80,7 @@ requests==2.32.3
8080
# via pyodide-build
8181
resolvelib==1.0.1
8282
# via pyodide-build
83-
rich==13.9.1
83+
rich==13.9.2
8484
# via
8585
# pyodide-build
8686
# pyodide-cli

cibuildwheel/resources/constraints-python310.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python311.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

+1-1
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
5+
build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in

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.17.0"
2+
v20 = "v20.18.0"
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
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.10.01-1
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.07-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.10.01-1
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.01-1
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.10.01-1
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.07-1
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.07-1
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.10.07-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.10.01-1
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.10.07-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.10.01-1
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.10.01-1
15+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.07-1
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.10.07-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.10.01-1
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.10.07-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.10.01-1
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.10.07-1
2323

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

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.01-1
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.07-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.10.01-1
40-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.01-1
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.01-1
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.10.07-1
40+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.07-1
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.07-1
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.01-1
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.07-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.10.01-1
47-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.01-1
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.01-1
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.10.07-1
47+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.07-1
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.07-1
4949

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

5555
[armv7l]
56-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.01-1
56+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.07-1
5757

docs/working-examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ title: Working examples
7070
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
7171
| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. |
7272
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
73-
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
7473
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
74+
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
7575
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
7676
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
7777
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
@@ -81,8 +81,8 @@ title: Working examples
8181
| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. |
8282
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
8383
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
84-
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
8584
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
85+
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
8686
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
8787
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
8888
| [keyvi][] | ![github icon][] | ![linux icon][] ![apple icon][] | FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime |
@@ -100,8 +100,8 @@ title: Working examples
100100
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
101101
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
102102
| [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. |
103-
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
104103
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
104+
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
105105
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
106106
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
107107
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
@@ -180,8 +180,8 @@ title: Working examples
180180
[time-machine]: https://github.com/adamchainz/time-machine
181181
[Picologging]: https://github.com/microsoft/picologging
182182
[markupsafe]: https://github.com/pallets/markupsafe
183-
[Rtree]: https://github.com/Toblerity/rtree
184183
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
184+
[Rtree]: https://github.com/Toblerity/rtree
185185
[KDEpy]: https://github.com/tommyod/KDEpy
186186
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
187187
[tgcalls]: https://github.com/MarshalX/tgcalls
@@ -191,8 +191,8 @@ title: Working examples
191191
[abess]: https://github.com/abess-team/abess
192192
[sourmash]: https://github.com/sourmash-bio/sourmash
193193
[cyvcf2]: https://github.com/brentp/cyvcf2
194-
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
195194
[jq.py]: https://github.com/mwilliamson/jq.py
195+
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
196196
[iminuit]: https://github.com/scikit-hep/iminuit
197197
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
198198
[keyvi]: https://github.com/KeyviDev/keyvi
@@ -210,8 +210,8 @@ title: Working examples
210210
[fathon]: https://github.com/stfbnc/fathon
211211
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
212212
[Arbor]: https://github.com/arbor-sim/arbor
213-
[polaroid]: https://github.com/daggy1234/polaroid
214213
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
214+
[polaroid]: https://github.com/daggy1234/polaroid
215215
[clang-format]: https://github.com/ssciwr/clang-format-wheel
216216
[etebase-py]: https://github.com/etesync/etebase-py
217217
[cf-units]: https://github.com/SciTools/cf-units

0 commit comments

Comments
 (0)