[Bot] Update dependencies (#2606)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
parent
8ccc2650de
commit
8602e864d4
@@ -226,7 +226,7 @@ python_configurations = [
|
|||||||
[pyodide]
|
[pyodide]
|
||||||
python_configurations = [
|
python_configurations = [
|
||||||
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22" },
|
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22" },
|
||||||
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.28.2", node_version = "v22" },
|
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.28.3", node_version = "v22" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[android]
|
[android]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# nox -s update_constraints
|
# nox -s update_constraints
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
anyio==4.10.0
|
anyio==4.11.0
|
||||||
# via httpx
|
# via httpx
|
||||||
auditwheel-emscripten==0.2.0
|
auditwheel-emscripten==0.2.0
|
||||||
# via pyodide-build
|
# via pyodide-build
|
||||||
@@ -83,13 +83,13 @@ rich==14.1.0
|
|||||||
# typer
|
# typer
|
||||||
ruamel-yaml==0.18.15
|
ruamel-yaml==0.18.15
|
||||||
# via pyodide-build
|
# via pyodide-build
|
||||||
ruamel-yaml-clib==0.2.12
|
ruamel-yaml-clib==0.2.14
|
||||||
# via ruamel-yaml
|
# via ruamel-yaml
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
# via typer
|
# via typer
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via anyio
|
# via anyio
|
||||||
typer==0.19.1
|
typer==0.19.2
|
||||||
# via
|
# via
|
||||||
# auditwheel-emscripten
|
# auditwheel-emscripten
|
||||||
# pyodide-build
|
# pyodide-build
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# nox -s update_constraints
|
# nox -s update_constraints
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
anyio==4.10.0
|
anyio==4.11.0
|
||||||
# via httpx
|
# via httpx
|
||||||
auditwheel-emscripten==0.2.0
|
auditwheel-emscripten==0.2.0
|
||||||
# via pyodide-build
|
# via pyodide-build
|
||||||
@@ -83,13 +83,13 @@ rich==14.1.0
|
|||||||
# typer
|
# typer
|
||||||
ruamel-yaml==0.18.15
|
ruamel-yaml==0.18.15
|
||||||
# via pyodide-build
|
# via pyodide-build
|
||||||
ruamel-yaml-clib==0.2.12
|
ruamel-yaml-clib==0.2.14
|
||||||
# via ruamel-yaml
|
# via ruamel-yaml
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
# via typer
|
# via typer
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via anyio
|
# via anyio
|
||||||
typer==0.19.1
|
typer==0.19.2
|
||||||
# via
|
# via
|
||||||
# auditwheel-emscripten
|
# auditwheel-emscripten
|
||||||
# pyodide-build
|
# pyodide-build
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
url = "https://nodejs.org/dist/"
|
url = "https://nodejs.org/dist/"
|
||||||
v22 = "v22.19.0"
|
v22 = "v22.20.0"
|
||||||
v20 = "v20.19.5"
|
v20 = "v20.19.5"
|
||||||
|
|||||||
@@ -1,52 +1,53 @@
|
|||||||
[x86_64]
|
[x86_64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.09.28-1
|
||||||
|
|
||||||
[i686]
|
[i686]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.09.28-1
|
||||||
|
|
||||||
[aarch64]
|
[aarch64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.09.28-1
|
||||||
|
|
||||||
[ppc64le]
|
[ppc64le]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.09.28-1
|
||||||
|
|
||||||
[s390x]
|
[s390x]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.09.28-1
|
||||||
|
|
||||||
[pypy_x86_64]
|
[pypy_x86_64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.28-1
|
||||||
|
|
||||||
[pypy_i686]
|
[pypy_i686]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.28-1
|
||||||
|
|
||||||
[pypy_aarch64]
|
[pypy_aarch64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.19-1
|
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.28-1
|
||||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.19-1
|
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.28-1
|
||||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.19-1
|
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.28-1
|
||||||
|
|
||||||
[armv7l]
|
[armv7l]
|
||||||
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.09.19-1
|
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.09.28-1
|
||||||
|
|
||||||
[riscv64]
|
[riscv64]
|
||||||
manylinux_2_39 = quay.io/pypa/manylinux_2_39_riscv64:2025.09.19-1
|
manylinux_2_39 = quay.io/pypa/manylinux_2_39_riscv64:2025.09.28-1
|
||||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_riscv64:2025.09.19-1
|
musllinux_1_2 = quay.io/pypa/musllinux_1_2_riscv64:2025.09.28-1
|
||||||
|
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ title: Working examples
|
|||||||
| [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader |
|
| [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader |
|
||||||
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
|
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
|
||||||
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
|
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
|
||||||
| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python |
|
|
||||||
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
|
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
|
||||||
|
| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python |
|
||||||
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
|
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
|
||||||
| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML |
|
| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML |
|
||||||
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by QPDF |
|
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by QPDF |
|
||||||
@@ -82,8 +82,8 @@ title: Working examples
|
|||||||
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
||||||
| [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. |
|
| [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. |
|
||||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||||
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
|
||||||
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
||||||
|
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
||||||
| [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. |
|
| [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. |
|
||||||
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
|
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
|
||||||
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
||||||
@@ -158,8 +158,8 @@ title: Working examples
|
|||||||
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
|
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
|
||||||
[vispy]: https://github.com/vispy/vispy
|
[vispy]: https://github.com/vispy/vispy
|
||||||
[coverage.py]: https://github.com/nedbat/coveragepy
|
[coverage.py]: https://github.com/nedbat/coveragepy
|
||||||
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
|
|
||||||
[Line Profiler]: https://github.com/pyutils/line_profiler
|
[Line Profiler]: https://github.com/pyutils/line_profiler
|
||||||
|
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
|
||||||
[PyAV]: https://github.com/PyAV-Org/PyAV
|
[PyAV]: https://github.com/PyAV-Org/PyAV
|
||||||
[PyYAML]: https://github.com/yaml/pyyaml
|
[PyYAML]: https://github.com/yaml/pyyaml
|
||||||
[pikepdf]: https://github.com/pikepdf/pikepdf
|
[pikepdf]: https://github.com/pikepdf/pikepdf
|
||||||
@@ -193,8 +193,8 @@ title: Working examples
|
|||||||
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
||||||
[abess]: https://github.com/abess-team/abess
|
[abess]: https://github.com/abess-team/abess
|
||||||
[python-snappy]: https://github.com/intake/python-snappy
|
[python-snappy]: https://github.com/intake/python-snappy
|
||||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
|
||||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||||
|
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||||
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
|
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
|
||||||
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
||||||
|
|||||||
Reference in New Issue
Block a user