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 #1381

Merged
merged 1 commit into from
Jan 3, 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
8 changes: 4 additions & 4 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ python_configurations = [
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
{ 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.9-osx64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-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 = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.11-macos_x86_64.tar.bz2" },
]

[windows]
Expand All @@ -110,6 +110,6 @@ python_configurations = [
{ identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.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.10-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.10-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.11-win64.zip" },
]
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
Expand Down
7 changes: 4 additions & 3 deletions cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
importlib-metadata==5.2.0
importlib-metadata==6.0.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
typing-extensions==4.4.0
# via
# delocate
# importlib-metadata
# platformdirs
virtualenv==20.17.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
Expand Down
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.8.2
filelock==3.9.0
# via virtualenv
packaging==22.0
# via delocate
pip==22.3.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==2.6.0
platformdirs==2.6.2
# via virtualenv
setuptools==65.6.3
# via -r cibuildwheel/resources/constraints.in
Expand Down
58 changes: 29 additions & 29 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-12-11-f594764
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-01-02-66f8498
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-12-11-145d107
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-03-129be5e
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-01-03-129be5e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-01-03-129be5e

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2022-12-11-f594764
manylinux1 = quay.io/pypa/manylinux1_i686:2023-01-02-66f8498
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-11-145d107
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-03-129be5e
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-01-03-129be5e

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-03-129be5e
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-01-03-129be5e

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-03-129be5e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-12-11-145d107
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-03-129be5e
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-01-03-129be5e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-01-03-129be5e

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-12-11-145d107
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-01-03-129be5e
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-01-03-129be5e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-01-03-129be5e

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-12-11-145d107
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-01-03-129be5e
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-01-03-129be5e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-01-03-129be5e

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-12-11-145d107
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-11-145d107
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-12-11-145d107
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-03-129be5e
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-01-03-129be5e

8 changes: 4 additions & 4 deletions docs/working-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ title: Working examples
| [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. |
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf |
| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python |
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
| [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. |
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for AI/ML |
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
Expand Down Expand Up @@ -109,8 +109,8 @@ title: Working examples
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. |
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
| [pybind11 cross build example][] | ![github icon][] ![gitlab icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab |

Expand Down Expand Up @@ -158,8 +158,8 @@ title: Working examples
[Wrapt]: https://github.com/GrahamDumpleton/wrapt
[PyAV]: https://github.com/PyAV-Org/PyAV
[pikepdf]: https://github.com/pikepdf/pikepdf
[SimpleJSON]: https://github.com/simplejson/simplejson
[Line Profiler]: https://github.com/pyutils/line_profiler
[SimpleJSON]: https://github.com/simplejson/simplejson
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
[envd]: https://github.com/tensorchord/envd
[PyTables]: https://github.com/PyTables/PyTables
Expand Down Expand Up @@ -215,8 +215,8 @@ title: Working examples
[GSD]: https://github.com/glotzerlab/gsd
[ril]: https://github.com/Cryptex-github/ril-py
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
[SiPM]: https://github.com/EdoPro98/SimSiPM
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
[pybind11 cross build example]: https://github.com/wbarnha/pybind_cmake_example_crossbuild

Expand Down