From fab2a86a3fc62d75de29d108661372363b74d848 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:22:25 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 ++--- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 48 +++++++++---------- docs/working-examples.md | 10 ++-- 9 files changed, 41 insertions(+), 41 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 3c02145f..d3d25153 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -106,10 +106,10 @@ python_configurations = [ { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" }, { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" }, { 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.13-macos_x86_64.tar.bz2" }, - { identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.13-macos_arm64.tar.bz2" }, - { identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.13-macos_x86_64.tar.bz2" }, - { identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.13-macos_arm64.tar.bz2" }, + { identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.14-macos_x86_64.tar.bz2" }, + { identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.14-macos_arm64.tar.bz2" }, + { identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.14-macos_x86_64.tar.bz2" }, + { identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.14-macos_arm64.tar.bz2" }, ] [windows] @@ -134,6 +134,6 @@ python_configurations = [ { identifier = "cp312-win_arm64", version = "3.12.1", arch = "ARM64" }, { 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.13-win64.zip" }, - { identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.13-win64.zip" }, + { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.14-win64.zip" }, + { identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.14-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index fc67e890..34c012bd 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 64e27fa1..7d1e1b95 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index b508ee33..75813c8c 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 1d088732..3dc620a4 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 41e75e96..9c8819ca 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index b508ee33..75813c8c 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,5 +24,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r cibuildwheel/resources/constraints.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 7ca66c0a..2a2693d8 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:2023-12-10-cee9633 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-27-ecd5ca0 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:2023-12-09-3915976 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-12-09-3915976 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-12-27-ecd5ca0 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-12-27-ecd5ca0 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-12-27-ecd5ca0 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2023-12-10-cee9633 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-12-09-3915976 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-12-09-3915976 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-12-27-ecd5ca0 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-12-27-ecd5ca0 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-27-ecd5ca0 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:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-12-27-ecd5ca0 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-09-3915976 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-12-09-3915976 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-27-ecd5ca0 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-12-27-ecd5ca0 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-12-27-ecd5ca0 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-12-09-3915976 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-12-09-3915976 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-12-27-ecd5ca0 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-12-27-ecd5ca0 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-12-27-ecd5ca0 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-12-09-3915976 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-12-09-3915976 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-12-27-ecd5ca0 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-12-27-ecd5ca0 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-12-27-ecd5ca0 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-09-3915976 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-27-ecd5ca0 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-09-3915976 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-27-ecd5ca0 diff --git a/docs/working-examples.md b/docs/working-examples.md index 7bc5fbe8..821478f1 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -18,7 +18,7 @@ title: Working examples | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | -| [MemRay][] | ![github icon][] | ![linux icon][] | The endgame Python memory profiler | +| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | @@ -45,8 +45,8 @@ title: Working examples | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | | [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 | -| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML | | [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | +| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML | | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. | | [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more | @@ -67,8 +67,8 @@ title: Working examples | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance ML model serving framework, offers dynamic batching and CPU/GPU pipelines to fully exploit your compute machine | -| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS | | [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. | +| [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. | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | @@ -152,8 +152,8 @@ title: Working examples [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [coverage.py]: https://github.com/nedbat/coveragepy [PyCryptodome]: https://github.com/Legrandin/pycryptodome -[PyYAML]: https://github.com/yaml/pyyaml [CTranslate2]: https://github.com/OpenNMT/CTranslate2 +[PyYAML]: https://github.com/yaml/pyyaml [Line Profiler]: https://github.com/pyutils/line_profiler [PyAV]: https://github.com/PyAV-Org/PyAV [numexpr]: https://github.com/pydata/numexpr @@ -174,8 +174,8 @@ title: Working examples [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py [mosec]: https://github.com/mosecorg/mosec -[Rtree]: https://github.com/Toblerity/rtree [Picologging]: https://github.com/microsoft/picologging +[Rtree]: https://github.com/Toblerity/rtree [markupsafe]: https://github.com/pallets/markupsafe [pybind11 cmake_example]: https://github.com/pybind/cmake_example [time-machine]: https://github.com/adamchainz/time-machine