From b1ed7bb3bcf32f107623a93f4ef4409a16e402cc Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:16:41 -0400 Subject: [PATCH] [Bot] Update dependencies (#1993) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/build-platforms.toml | 6 +-- .../resources/constraints-pyodide312.txt | 8 ++-- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python313.txt | 2 +- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 4 +- .../resources/constraints-python39.txt | 4 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 48 +++++++++---------- docs/working-examples.md | 12 ++--- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index c10197edd..f96e6897a 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -134,8 +134,8 @@ python_configurations = [ { identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" }, { identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.bz2" }, { identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_arm64.tar.bz2" }, - { identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-macos_x86_64.tar.bz2" }, - { identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-macos_arm64.tar.bz2" }, + { identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.17-macos_x86_64.tar.bz2" }, + { identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.17-macos_arm64.tar.bz2" }, ] [windows] @@ -167,7 +167,7 @@ python_configurations = [ { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" }, { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" }, { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" }, - { identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-win64.zip" }, + { identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.17-win64.zip" }, ] [pyodide] diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index 96fadf492..890a0736e 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -10,7 +10,7 @@ build==1.2.1 # via # -r .nox/update_constraints/tmp/constraints-pyodide.in # pyodide-build -certifi==2024.7.4 +certifi==2024.8.30 # via # httpcore # httpx @@ -31,7 +31,7 @@ h11==0.14.0 # via httpcore httpcore==1.0.5 # via httpx -httpx==0.27.0 +httpx==0.27.2 # via unearth idna==3.8 # via @@ -80,7 +80,7 @@ requests==2.32.3 # via pyodide-build resolvelib==1.0.1 # via pyodide-build -rich==13.7.1 +rich==13.8.0 # via # pyodide-build # pyodide-cli @@ -107,7 +107,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # typer -unearth==0.17.1 +unearth==0.17.2 # via pyodide-build urllib3==2.2.2 # via diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index a1172ba87..33aae57f4 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv @@ -30,5 +30,5 @@ typing-extensions==4.12.2 # via delocate virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in -zipp==3.20.0 +zipp==3.20.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 485ed69b3..4218df02e 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 485ed69b3..4218df02e 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 485ed69b3..4218df02e 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 18d67d6cd..21f0e7449 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.1.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index a1172ba87..33aae57f4 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv @@ -30,5 +30,5 @@ typing-extensions==4.12.2 # via delocate virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in -zipp==3.20.0 +zipp==3.20.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index a1172ba87..33aae57f4 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv @@ -30,5 +30,5 @@ typing-extensions==4.12.2 # via delocate virtualenv==20.26.3 # via -r cibuildwheel/resources/constraints.in -zipp==3.20.0 +zipp==3.20.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 485ed69b3..4218df02e 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -4,7 +4,7 @@ altgraph==0.17.4 # via macholib build==1.2.1 # via -r cibuildwheel/resources/constraints.in -delocate==0.11.0 +delocate==0.12.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.8 # via virtualenv diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 59098da0e..0546e6fbf 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,54 +1,54 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.09.01-2 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.08.25-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.08.25-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.09.01-2 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.09.01-2 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.09.01-2 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.09.01-2 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.08.25-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.08.25-1 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.09.01-2 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.09.01-2 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.09.01-2 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.09.01-2 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.09.01-2 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.09.01-2 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.08.25-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.08.25-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.09.01-2 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.09.01-2 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.09.01-2 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.09.01-2 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.08.25-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.08.25-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.09.01-2 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.09.01-2 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.09.01-2 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.09.01-2 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.08.25-1 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.08.25-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.09.01-2 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.09.01-2 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.09.01-2 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.08.25-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.09.01-2 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.08.25-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.09.01-2 diff --git a/docs/working-examples.md b/docs/working-examples.md index 89e314fb7..6d3d9cdd7 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -56,8 +56,8 @@ title: Working examples | [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A machine learning development environment build tool | | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | -| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | +| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | @@ -73,8 +73,8 @@ title: Working examples | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | -| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [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. | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | @@ -104,8 +104,8 @@ title: Working examples | [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 | -| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | +| [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. | @@ -166,8 +166,8 @@ title: Working examples [envd]: https://github.com/tensorchord/envd [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [Psycopg 3]: https://github.com/psycopg/psycopg -[SimpleJSON]: https://github.com/simplejson/simplejson [aioquic]: https://github.com/aiortc/aioquic +[SimpleJSON]: https://github.com/simplejson/simplejson [ruptures]: https://github.com/deepcharles/ruptures [OpenTimelineIO]: https://github.com/AcademySoftwareFoundation/OpenTimelineIO [PyTables]: https://github.com/PyTables/PyTables @@ -183,8 +183,8 @@ title: Working examples [Rtree]: https://github.com/Toblerity/rtree [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy -[tgcalls]: https://github.com/MarshalX/tgcalls [dd-trace-py]: https://github.com/DataDog/dd-trace-py +[tgcalls]: https://github.com/MarshalX/tgcalls [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [pybind11 python_example]: https://github.com/pybind/python_example [python-snappy]: https://github.com/intake/python-snappy @@ -214,8 +214,8 @@ title: Working examples [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 -[ninja]: https://github.com/scikit-build/ninja-python-distributions [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python +[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