From 4db404ca50b222e27fa84a9d3e4bdc7a26cc8a40 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:50:40 -0400 Subject: [PATCH] [Bot] Update dependencies (#2332) * Update dependencies * fix: stop producing `cibuildwheel/resources/constraints-python37.txt` --------- Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Co-authored-by: mayeut --- cibuildwheel/resources/build-platforms.toml | 6 +-- .../resources/constraints-pyodide312.txt | 2 +- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python313.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 54 +++++++++---------- docs/working-examples.md | 16 +++--- noxfile.py | 2 +- 11 files changed, 46 insertions(+), 46 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index b5fa071a..18838f15 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -166,7 +166,7 @@ python_configurations = [ [ios] python_configurations = [ - { identifier = "cp313-ios_arm64_iphoneos", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b5/Python-3.13-iOS-support.b5.tar.gz" }, - { identifier = "cp313-ios_x86_64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b5/Python-3.13-iOS-support.b5.tar.gz" }, - { identifier = "cp313-ios_arm64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b5/Python-3.13-iOS-support.b5.tar.gz" }, + { identifier = "cp313-ios_arm64_iphoneos", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b6/Python-3.13-iOS-support.b6.tar.gz" }, + { identifier = "cp313-ios_x86_64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b6/Python-3.13-iOS-support.b6.tar.gz" }, + { identifier = "cp313-ios_arm64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b6/Python-3.13-iOS-support.b6.tar.gz" }, ] diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index 59f7c98e..7827ad07 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -50,7 +50,7 @@ packaging==24.2 # unearth pip==25.0.1 # via -r .nox/update_constraints/tmp/constraints-pyodide.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pydantic==2.10.6 # via diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index e3b1e97a..c7cd2fb8 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -20,7 +20,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index f6dbd9b8..7b07dba1 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -18,7 +18,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index f6dbd9b8..7b07dba1 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -18,7 +18,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index f6dbd9b8..7b07dba1 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -18,7 +18,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index e3b1e97a..c7cd2fb8 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -20,7 +20,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f6dbd9b8..7b07dba1 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -18,7 +18,7 @@ packaging==24.2 # delocate pip==25.0.1 # via -r cibuildwheel/resources/constraints.in -platformdirs==4.3.6 +platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 7edb7380..82c484a7 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,45 +1,45 @@ [x86_64] -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.03.23-1 [i686] -manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.03.23-1 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.03.23-1 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.03.23-1 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.03.23-1 [pypy_x86_64] -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.23-1 [pypy_i686] -manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.23-1 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.15-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.15-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.15-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.23-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.23-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.23-1 [armv7l] -manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.03.15-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.03.15-1 +manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.03.23-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.03.23-1 diff --git a/docs/working-examples.md b/docs/working-examples.md index e960100b..9ed006bc 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -70,8 +70,8 @@ title: Working examples | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | -| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | +| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | @@ -85,10 +85,10 @@ title: Working examples | [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. | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | -| [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 | | [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. | -| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | +| [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 | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | +| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [streaming-form-data][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Streaming parser for multipart/form-data written in Cython | @@ -108,8 +108,8 @@ title: Working examples | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | -| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | +| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | @@ -180,8 +180,8 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [Picologging]: https://github.com/microsoft/picologging [pybind11 cmake_example]: https://github.com/pybind/cmake_example -[Rtree]: https://github.com/Toblerity/rtree [markupsafe]: https://github.com/pallets/markupsafe +[Rtree]: https://github.com/Toblerity/rtree [KDEpy]: https://github.com/tommyod/KDEpy [dd-trace-py]: https://github.com/DataDog/dd-trace-py [tgcalls]: https://github.com/MarshalX/tgcalls @@ -195,10 +195,10 @@ title: Working examples [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [Tokenizer]: https://github.com/OpenNMT/Tokenizer [iminuit]: https://github.com/scikit-hep/iminuit -[keyvi]: https://github.com/KeyviDev/keyvi [pillow-heif]: https://github.com/bigcat88/pillow_heif -[PyGLM]: https://github.com/Zuzu-Typ/PyGLM +[keyvi]: https://github.com/KeyviDev/keyvi [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python +[PyGLM]: https://github.com/Zuzu-Typ/PyGLM [TgCrypto]: https://github.com/pyrogram/tgcrypto [iDynTree]: https://github.com/robotology/idyntree [streaming-form-data]: https://github.com/siddhantgoel/streaming-form-data @@ -218,8 +218,8 @@ title: Working examples [ninja]: https://github.com/scikit-build/ninja-python-distributions [numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet -[ril]: https://github.com/Cryptex-github/ril-py [SiPM]: https://github.com/EdoPro98/SimSiPM +[ril]: https://github.com/Cryptex-github/ril-py [GSD]: https://github.com/glotzerlab/gsd [aalink]: https://github.com/artfwo/aalink [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib diff --git a/noxfile.py b/noxfile.py index 235d15fc..356bb894 100755 --- a/noxfile.py +++ b/noxfile.py @@ -73,7 +73,7 @@ def update_constraints(session: nox.Session) -> None: if session.venv_backend != "uv": session.install("uv>=0.1.23") - for minor_version in range(7, 14): + for minor_version in range(8, 14): python_version = f"3.{minor_version}" env = os.environ.copy() # CUSTOM_COMPILE_COMMAND is a pip-compile option that tells users how to