From 1fcca39f6da83fbf6d1d9568fb08cccfab99b6cc Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:13:04 -0400 Subject: [PATCH] [Bot] Update dependencies (#2359) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/build-platforms.toml | 36 ++++++------- .../resources/constraints-pyodide312.txt | 10 ++-- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python313.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 54 +++++++++---------- docs/working-examples.md | 8 +-- 11 files changed, 61 insertions(+), 61 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 18838f15..d8bf3833 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -112,15 +112,15 @@ python_configurations = [ { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, - { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.9/python-3.12.9-macos11.pkg" }, - { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.9/python-3.12.9-macos11.pkg" }, - { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.9/python-3.12.9-macos11.pkg" }, - { identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, - { identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, - { identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, - { identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, - { identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, - { identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg" }, + { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" }, + { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" }, + { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" }, + { identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, + { identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, + { identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, + { identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, + { identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, + { identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.3/python-3.13.3-macos11.pkg" }, { 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.16-macos_x86_64.tar.bz2" }, @@ -141,18 +141,18 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" }, { identifier = "cp311-win32", version = "3.11.9", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" }, - { identifier = "cp312-win32", version = "3.12.9", arch = "32" }, - { identifier = "cp312-win_amd64", version = "3.12.9", arch = "64" }, - { identifier = "cp313-win32", version = "3.13.2", arch = "32" }, - { identifier = "cp313t-win32", version = "3.13.2", arch = "32" }, - { identifier = "cp313-win_amd64", version = "3.13.2", arch = "64" }, - { identifier = "cp313t-win_amd64", version = "3.13.2", arch = "64" }, + { identifier = "cp312-win32", version = "3.12.10", arch = "32" }, + { identifier = "cp312-win_amd64", version = "3.12.10", arch = "64" }, + { identifier = "cp313-win32", version = "3.13.3", arch = "32" }, + { identifier = "cp313t-win32", version = "3.13.3", arch = "32" }, + { identifier = "cp313-win_amd64", version = "3.13.3", arch = "64" }, + { identifier = "cp313t-win_amd64", version = "3.13.3", 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.9", arch = "ARM64" }, - { identifier = "cp312-win_arm64", version = "3.12.9", arch = "ARM64" }, - { identifier = "cp313-win_arm64", version = "3.13.2", arch = "ARM64" }, - { identifier = "cp313t-win_arm64", version = "3.13.2", arch = "ARM64" }, + { identifier = "cp312-win_arm64", version = "3.12.10", arch = "ARM64" }, + { identifier = "cp313-win_arm64", version = "3.13.3", arch = "ARM64" }, + { identifier = "cp313t-win_arm64", version = "3.13.3", arch = "ARM64" }, { 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.19-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index aed02adf..2a0bfbce 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -27,7 +27,7 @@ filelock==3.18.0 # via virtualenv h11==0.14.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.8 # via httpx httpx==0.28.1 # via unearth @@ -52,7 +52,7 @@ pip==25.0.1 # via -r .nox/update_constraints/tmp/constraints-pyodide.in platformdirs==4.3.7 # via virtualenv -pydantic==2.11.2 +pydantic==2.11.3 # via # pyodide-build # pyodide-lock @@ -92,7 +92,7 @@ typer==0.15.2 # auditwheel-emscripten # pyodide-build # pyodide-cli -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via # anyio # pydantic @@ -101,9 +101,9 @@ typing-extensions==4.13.1 # typing-inspection typing-inspection==0.4.0 # via pydantic -unearth==0.17.3 +unearth==0.17.5 # via pyodide-build -urllib3==2.3.0 +urllib3==2.4.0 # via requests virtualenv==20.30.0 # via diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 49a2b619..da66890e 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0 # via build tomli==2.2.1 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 524d961e..ec5abaa7 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -22,7 +22,7 @@ platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 524d961e..ec5abaa7 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -22,7 +22,7 @@ platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index 524d961e..ec5abaa7 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -22,7 +22,7 @@ platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 9ea26b91..f5d8ee8a 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0 # via build tomli==2.2.1 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 49a2b619..da66890e 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0 # via build tomli==2.2.1 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 524d961e..ec5abaa7 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -22,7 +22,7 @@ platformdirs==4.3.7 # via virtualenv pyproject-hooks==1.2.0 # via build -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via delocate virtualenv==20.30.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 03e412be..66cfda9e 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.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.04.12-1 [i686] -manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.04.12-1 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.04.12-1 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.04.12-1 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.04.12-1 [pypy_x86_64] -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.04.12-1 [pypy_i686] -manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.12-1 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.04.05-1 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.04.05-1 -manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.04.05-1 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.04.12-1 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.04.12-1 +manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.04.12-1 [armv7l] -manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.04.05-1 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.04.05-1 +manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.04.12-1 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.04.12-1 diff --git a/docs/working-examples.md b/docs/working-examples.md index 1db27659..63574dd2 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 | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | -| [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. | +| [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 | | [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 | @@ -80,8 +80,8 @@ title: Working examples | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | -| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | +| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [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 | @@ -166,8 +166,8 @@ title: Working examples [envd]: https://github.com/tensorchord/envd [Psycopg 3]: https://github.com/psycopg/psycopg [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO -[aioquic]: https://github.com/aiortc/aioquic [ruptures]: https://github.com/deepcharles/ruptures +[aioquic]: https://github.com/aiortc/aioquic [SimpleJSON]: https://github.com/simplejson/simplejson [OpenTimelineIO]: https://github.com/AcademySoftwareFoundation/OpenTimelineIO [PyTables]: https://github.com/PyTables/PyTables @@ -190,8 +190,8 @@ title: Working examples [sourmash]: https://github.com/sourmash-bio/sourmash [abess]: https://github.com/abess-team/abess [python-snappy]: https://github.com/intake/python-snappy -[cyvcf2]: https://github.com/brentp/cyvcf2 [jq.py]: https://github.com/mwilliamson/jq.py +[cyvcf2]: https://github.com/brentp/cyvcf2 [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [Tokenizer]: https://github.com/OpenNMT/Tokenizer [iminuit]: https://github.com/scikit-hep/iminuit