From 661ba2d0deb9b03c8b781f5d169d65f901518f50 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:20:18 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 6 +-- .../resources/pinned_docker_images.cfg | 38 +++++++++---------- docs/working-examples.md | 8 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index fef2d9d81..8e792720b 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -126,12 +126,12 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" }, { identifier = "cp311-win32", version = "3.11.4", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.4", arch = "64" }, - { identifier = "cp312-win32", version = "3.12.0-b3", arch = "32" }, - { identifier = "cp312-win_amd64", version = "3.12.0-b3", arch = "64" }, + { identifier = "cp312-win32", version = "3.12.0-b4", arch = "32" }, + { identifier = "cp312-win_amd64", version = "3.12.0-b4", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.4", arch = "ARM64" }, - { identifier = "cp312-win_arm64", version = "3.12.0-b3", arch = "ARM64" }, + { identifier = "cp312-win_arm64", version = "3.12.0-b4", 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.12-win64.zip" }, diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 97651fde7..b0834e929 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-06-25-d2e0575 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-14-55e4124 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-07-06-73b0312 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-14-55e4124 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-07-14-55e4124 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2023-06-25-d2e0575 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-14-55e4124 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-07-06-73b0312 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-07-14-55e4124 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-14-55e4124 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-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-14-55e4124 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-14-55e4124 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-14-55e4124 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-07-06-73b0312 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-14-55e4124 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-07-14-55e4124 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-07-14-55e4124 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-07-06-73b0312 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-07-14-55e4124 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-07-14-55e4124 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-07-14-55e4124 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-07-06-73b0312 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-07-14-55e4124 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-07-14-55e4124 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-06-73b0312 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-14-55e4124 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-07-06-73b0312 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-14-55e4124 diff --git a/docs/working-examples.md b/docs/working-examples.md index ffcd37227..1c3fcd47b 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -58,8 +58,8 @@ title: Working examples | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in 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 | | [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. | +| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | @@ -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 | | [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. | | [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | +| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [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 | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | @@ -164,8 +164,8 @@ title: Working examples [aioquic]: https://github.com/aiortc/aioquic [ruptures]: https://github.com/deepcharles/ruptures [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO -[PyTables]: https://github.com/PyTables/PyTables [CTranslate2]: https://github.com/OpenNMT/CTranslate2 +[PyTables]: https://github.com/PyTables/PyTables [Psycopg 3]: https://github.com/psycopg/psycopg [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest @@ -173,8 +173,8 @@ title: Working examples [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py [Rtree]: https://github.com/Toblerity/rtree -[markupsafe]: https://github.com/pallets/markupsafe [mosec]: https://github.com/mosecorg/mosec +[markupsafe]: https://github.com/pallets/markupsafe [Picologging]: https://github.com/microsoft/picologging [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy