[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]
|
||||
python_configurations = [
|
||||
{ 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]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# nox -s update_constraints
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.10.0
|
||||
anyio==4.11.0
|
||||
# via httpx
|
||||
auditwheel-emscripten==0.2.0
|
||||
# via pyodide-build
|
||||
@@ -83,13 +83,13 @@ rich==14.1.0
|
||||
# typer
|
||||
ruamel-yaml==0.18.15
|
||||
# via pyodide-build
|
||||
ruamel-yaml-clib==0.2.12
|
||||
ruamel-yaml-clib==0.2.14
|
||||
# via ruamel-yaml
|
||||
shellingham==1.5.4
|
||||
# via typer
|
||||
sniffio==1.3.1
|
||||
# via anyio
|
||||
typer==0.19.1
|
||||
typer==0.19.2
|
||||
# via
|
||||
# auditwheel-emscripten
|
||||
# pyodide-build
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# nox -s update_constraints
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.10.0
|
||||
anyio==4.11.0
|
||||
# via httpx
|
||||
auditwheel-emscripten==0.2.0
|
||||
# via pyodide-build
|
||||
@@ -83,13 +83,13 @@ rich==14.1.0
|
||||
# typer
|
||||
ruamel-yaml==0.18.15
|
||||
# via pyodide-build
|
||||
ruamel-yaml-clib==0.2.12
|
||||
ruamel-yaml-clib==0.2.14
|
||||
# via ruamel-yaml
|
||||
shellingham==1.5.4
|
||||
# via typer
|
||||
sniffio==1.3.1
|
||||
# via anyio
|
||||
typer==0.19.1
|
||||
typer==0.19.2
|
||||
# via
|
||||
# auditwheel-emscripten
|
||||
# pyodide-build
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
url = "https://nodejs.org/dist/"
|
||||
v22 = "v22.19.0"
|
||||
v22 = "v22.20.0"
|
||||
v20 = "v20.19.5"
|
||||
|
||||
@@ -1,52 +1,53 @@
|
||||
[x86_64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-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.28-1
|
||||
|
||||
[i686]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-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.28-1
|
||||
|
||||
[aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-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.28-1
|
||||
|
||||
[ppc64le]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-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.28-1
|
||||
|
||||
[s390x]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-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.28-1
|
||||
|
||||
[pypy_x86_64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_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.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.09.28-1
|
||||
|
||||
[pypy_i686]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_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.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686:2025.09.28-1
|
||||
|
||||
[pypy_aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.09.19-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.09.19-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_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.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.09.28-1
|
||||
|
||||
[armv7l]
|
||||
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.28-1
|
||||
|
||||
[riscv64]
|
||||
manylinux_2_39 = quay.io/pypa/manylinux_2_39_riscv64:2025.09.19-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_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.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 |
|
||||
| [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 |
|
||||
| [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 |
|
||||
| [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. |
|
||||
| [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 |
|
||||
@@ -82,8 +82,8 @@ title: Working examples
|
||||
| [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. |
|
||||
| [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 |
|
||||
| [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. |
|
||||
| [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 |
|
||||
@@ -158,8 +158,8 @@ title: Working examples
|
||||
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
|
||||
[vispy]: https://github.com/vispy/vispy
|
||||
[coverage.py]: https://github.com/nedbat/coveragepy
|
||||
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
|
||||
[Line Profiler]: https://github.com/pyutils/line_profiler
|
||||
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
|
||||
[PyAV]: https://github.com/PyAV-Org/PyAV
|
||||
[PyYAML]: https://github.com/yaml/pyyaml
|
||||
[pikepdf]: https://github.com/pikepdf/pikepdf
|
||||
@@ -193,8 +193,8 @@ title: Working examples
|
||||
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
||||
[abess]: https://github.com/abess-team/abess
|
||||
[python-snappy]: https://github.com/intake/python-snappy
|
||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
|
||||
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
||||
|
||||
Reference in New Issue
Block a user