Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bot] Update dependencies #1590

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ python_configurations = [
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" },
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" },
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" },
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" },
Expand All @@ -124,13 +124,13 @@ python_configurations = [
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.11", arch = "32" },
{ 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 = "cp311-win32", version = "3.11.5", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.5", arch = "64" },
{ identifier = "cp312-win32", version = "3.12.0-rc1", arch = "32" },
{ identifier = "cp312-win_amd64", version = "3.12.0-rc1", 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 = "cp311-win_arm64", version = "3.11.5", arch = "ARM64" },
{ identifier = "cp312-win_arm64", version = "3.12.0-rc1", 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" },
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typing-extensions==4.7.1
# platformdirs
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in
zipp==3.15.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing-extensions==4.7.1
# via delocate
virtualenv==20.24.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.41.1
wheel==0.41.2
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
52 changes: 26 additions & 26 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-08-20-dcf13fc
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-08-27-5bd0c31
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-08-27-bd7ad21
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-08-20-323dd42
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-08-20-323dd42
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-08-27-bd7ad21
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-08-27-bd7ad21
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-08-27-bd7ad21

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2023-08-20-dcf13fc
manylinux1 = quay.io/pypa/manylinux1_i686:2023-08-27-5bd0c31
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-08-27-bd7ad21
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-08-20-323dd42
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-08-20-323dd42
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-08-27-bd7ad21
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-08-27-bd7ad21

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-08-27-bd7ad21
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-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-08-27-bd7ad21

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-08-27-bd7ad21
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-08-27-bd7ad21
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-08-20-323dd42
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-08-20-323dd42
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-08-27-bd7ad21
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-08-27-bd7ad21
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-08-27-bd7ad21

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-08-27-bd7ad21
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-08-20-323dd42
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-08-20-323dd42
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-08-27-bd7ad21
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-08-27-bd7ad21
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-08-27-bd7ad21

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-08-27-bd7ad21
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-08-20-323dd42
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-08-20-323dd42
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-08-27-bd7ad21
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-08-27-bd7ad21
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-08-27-bd7ad21

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-08-20-323dd42
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-08-27-bd7ad21
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-08-20-323dd42
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-08-27-bd7ad21

6 changes: 3 additions & 3 deletions docs/working-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ title: Working examples
| [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. |
| [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. |
| [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool |
| [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. |
| [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. |
| [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. |
| [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python |
| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings |
| [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. |
Expand All @@ -52,7 +52,7 @@ title: Working examples
| [h5py][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. |
| [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. |
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by QPDF |
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for AI/ML (LLMOps) |
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment |
| [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. |
| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python |
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
Expand Down Expand Up @@ -137,8 +137,8 @@ title: Working examples
[scikit-image]: https://github.com/scikit-image/scikit-image
[twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport
[PyOxidizer]: https://github.com/indygreg/PyOxidizer
[websockets]: https://github.com/aaugustin/websockets
[cvxpy]: https://github.com/cvxpy/cvxpy
[websockets]: https://github.com/aaugustin/websockets
[River]: https://github.com/online-ml/river
[UltraJSON]: https://github.com/ultrajson/ultrajson
[OpenSpiel]: https://github.com/deepmind/open_spiel
Expand Down