From 2e8e511106b207a45ea1a4f0fe4c50422144400a Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:59:31 +0200 Subject: [PATCH] [Bot] Update dependencies (#2029) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/constraints-python310.txt | 2 +- cibuildwheel/resources/constraints-python38.txt | 2 +- cibuildwheel/resources/constraints-python39.txt | 2 +- cibuildwheel/resources/pinned_docker_images.cfg | 14 +++++++------- docs/working-examples.md | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 0bd4e1ab6..4e77fefa2 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -24,7 +24,7 @@ platformdirs==4.3.6 # via virtualenv pyproject-hooks==1.2.0 # via build -tomli==2.0.1 +tomli==2.0.2 # via build typing-extensions==4.12.2 # via delocate diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 0bd4e1ab6..4e77fefa2 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,7 +24,7 @@ platformdirs==4.3.6 # via virtualenv pyproject-hooks==1.2.0 # via build -tomli==2.0.1 +tomli==2.0.2 # via build typing-extensions==4.12.2 # via delocate diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 0bd4e1ab6..4e77fefa2 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,7 +24,7 @@ platformdirs==4.3.6 # via virtualenv pyproject-hooks==1.2.0 # via build -tomli==2.0.1 +tomli==2.0.2 # via build typing-extensions==4.12.2 # via delocate diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 91fe236f1..411817912 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -30,22 +30,22 @@ manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.09.28-3 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.09.28-3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.01-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.10.01-1 [ppc64le] manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.01-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.09.28-3 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.09.28-3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.01-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.01-1 [s390x] manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.01-1 manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.10.01-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.09.28-3 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.09.28-3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.01-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.01-1 [pypy_aarch64] manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1 @@ -53,5 +53,5 @@ manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1 [armv7l] -musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.09.28-3 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.01-1 diff --git a/docs/working-examples.md b/docs/working-examples.md index 04399e544..aa3398de1 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -100,8 +100,8 @@ title: Working examples | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [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. | -| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | +| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | @@ -210,8 +210,8 @@ title: Working examples [fathon]: https://github.com/stfbnc/fathon [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [Arbor]: https://github.com/arbor-sim/arbor -[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [polaroid]: https://github.com/daggy1234/polaroid +[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [clang-format]: https://github.com/ssciwr/clang-format-wheel [etebase-py]: https://github.com/etesync/etebase-py [cf-units]: https://github.com/SciTools/cf-units