From 21e9ef1800650a12831968dd5ce22d64f223e260 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:32:55 +0200 Subject: [PATCH] [Bot] Update dependencies (#1848) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- README.md | 4 +- .../resources/constraints-pyodide312.txt | 12 ++--- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python312.txt | 2 +- .../resources/constraints-python313.txt | 2 +- .../resources/constraints-python38.txt | 4 +- .../resources/constraints-python39.txt | 4 +- cibuildwheel/resources/constraints.txt | 2 +- cibuildwheel/resources/nodejs.toml | 2 +- .../resources/pinned_docker_images.cfg | 48 +++++++++---------- docs/working-examples.md | 4 +- 12 files changed, 45 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 999962bc..f5bac442 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,9 @@ Here are some repos that use cibuildwheel. | [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. | | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | +| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | -| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | [scikit-learn]: https://github.com/scikit-learn/scikit-learn @@ -175,9 +175,9 @@ Here are some repos that use cibuildwheel. [Tornado]: https://github.com/tornadoweb/tornado [Matplotlib]: https://github.com/matplotlib/matplotlib [NCNN]: https://github.com/Tencent/ncnn +[duckdb]: https://github.com/duckdb/duckdb [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[duckdb]: https://github.com/duckdb/duckdb [Kivy]: https://github.com/kivy/kivy [appveyor icon]: docs/data/readme_icons/appveyor.svg diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index fcb0693e..5c074049 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.2.2 +certifi==2024.6.2 # via # httpcore # httpx @@ -56,11 +56,11 @@ pip==24.0 # via -r .nox/update_constraints/tmp/constraints-pyodide.in platformdirs==4.2.2 # via virtualenv -pydantic==2.7.1 +pydantic==2.7.3 # via # pyodide-build # pyodide-lock -pydantic-core==2.18.2 +pydantic-core==2.18.4 # via pydantic pygments==2.18.0 # via rich @@ -76,7 +76,7 @@ pyproject-hooks==1.1.0 # via build pyyaml==6.0.1 # via pyodide-build -requests==2.32.2 +requests==2.32.3 # via pyodide-build resolvelib==1.0.1 # via pyodide-build @@ -100,9 +100,9 @@ typer==0.12.3 # auditwheel-emscripten # pyodide-build # pyodide-cli -types-requests==2.32.0.20240523 +types-requests==2.32.0.20240602 # via pyodide-build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via # pydantic # pydantic-core diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 17b3e10f..4b4db9f0 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -26,9 +26,9 @@ pyproject-hooks==1.1.0 # via build tomli==2.0.1 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in -zipp==3.19.0 +zipp==3.19.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index f4d18046..38b4c29f 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -22,7 +22,7 @@ platformdirs==4.2.2 # via virtualenv pyproject-hooks==1.1.0 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index f4d18046..38b4c29f 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -22,7 +22,7 @@ platformdirs==4.2.2 # via virtualenv pyproject-hooks==1.1.0 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python313.txt b/cibuildwheel/resources/constraints-python313.txt index b2d3bb17..39f4bba1 100644 --- a/cibuildwheel/resources/constraints-python313.txt +++ b/cibuildwheel/resources/constraints-python313.txt @@ -22,7 +22,7 @@ platformdirs==4.2.2 # via virtualenv pyproject-hooks==1.1.0 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 17b3e10f..4b4db9f0 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -26,9 +26,9 @@ pyproject-hooks==1.1.0 # via build tomli==2.0.1 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in -zipp==3.19.0 +zipp==3.19.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 17b3e10f..4b4db9f0 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -26,9 +26,9 @@ pyproject-hooks==1.1.0 # via build tomli==2.0.1 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in -zipp==3.19.0 +zipp==3.19.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f4d18046..38b4c29f 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -22,7 +22,7 @@ platformdirs==4.2.2 # via virtualenv pyproject-hooks==1.1.0 # via build -typing-extensions==4.12.0 +typing-extensions==4.12.1 # via delocate virtualenv==20.26.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/nodejs.toml b/cibuildwheel/resources/nodejs.toml index 83651ed0..24b20831 100644 --- a/cibuildwheel/resources/nodejs.toml +++ b/cibuildwheel/resources/nodejs.toml @@ -1,2 +1,2 @@ url = "https://nodejs.org/dist/" -v20 = "v20.13.1" +v20 = "v20.14.0" diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index ee105914..3a536913 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-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-06-03-e195670 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-05-25-5ccf783 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-05-25-5ccf783 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-06-03-e195670 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-06-03-e195670 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-06-03-e195670 [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-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-06-03-e195670 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-05-25-5ccf783 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-05-25-5ccf783 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-06-03-e195670 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-06-03-e195670 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-06-03-e195670 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-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-06-03-e195670 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-06-03-e195670 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-06-03-e195670 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-05-25-5ccf783 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-05-25-5ccf783 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-06-03-e195670 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-06-03-e195670 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-06-03-e195670 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-06-03-e195670 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-05-25-5ccf783 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-05-25-5ccf783 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-06-03-e195670 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-06-03-e195670 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-06-03-e195670 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-06-03-e195670 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-05-25-5ccf783 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-05-25-5ccf783 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-06-03-e195670 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-06-03-e195670 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-06-03-e195670 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-05-25-5ccf783 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-06-03-e195670 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-05-25-5ccf783 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-06-03-e195670 diff --git a/docs/working-examples.md b/docs/working-examples.md index b17c9cf6..33bc4da8 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -14,9 +14,9 @@ title: Working examples | [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. | | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | +| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | -| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | @@ -123,9 +123,9 @@ title: Working examples [Tornado]: https://github.com/tornadoweb/tornado [Matplotlib]: https://github.com/matplotlib/matplotlib [NCNN]: https://github.com/Tencent/ncnn +[duckdb]: https://github.com/duckdb/duckdb [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[duckdb]: https://github.com/duckdb/duckdb [Kivy]: https://github.com/kivy/kivy [MemRay]: https://github.com/bloomberg/memray [Triton]: https://github.com/openai/triton