Skip to content

[Bot] Update dependencies #1668

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

Merged
merged 1 commit into from
Nov 23, 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
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.10
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
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 @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.11
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
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 @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.12
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
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 @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.7
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
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 @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.8
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
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 @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.9
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nox -s update_constraints-3.12
#
delocate==0.10.4
delocate==0.10.5
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.7
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-11-13-f6b0c51
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-11-13-f6b0c51
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-11-13-f6b0c51
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-10-30-2d1b8c5
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-11-13-f6b0c51

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-11-13-f6b0c51
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-11-13-f6b0c51
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-10-30-2d1b8c5
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-10-30-2d1b8c5
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-11-13-f6b0c51
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-11-13-f6b0c51

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-11-13-f6b0c51
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-11-13-f6b0c51
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-11-13-f6b0c51
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-10-30-2d1b8c5
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-11-13-f6b0c51

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-11-13-f6b0c51
Expand Down
8 changes: 4 additions & 4 deletions docs/working-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ title: Working examples
| [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. |
| [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. |
| [pyzmq][] | ![github icon][] ![circleci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. |
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
| [pyzmq][] | ![github icon][] ![circleci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. |
| [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels |
| [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI |
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
Expand All @@ -51,8 +51,8 @@ title: Working examples
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
| [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more |
| [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 |
| [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. |
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment |
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python |
Expand Down Expand Up @@ -143,8 +143,8 @@ title: Working examples
[UltraJSON]: https://github.com/ultrajson/ultrajson
[OpenSpiel]: https://github.com/deepmind/open_spiel
[aiortc]: https://github.com/aiortc/aiortc
[pyzmq]: https://github.com/zeromq/pyzmq
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
[pyzmq]: https://github.com/zeromq/pyzmq
[Implicit]: https://github.com/benfred/implicit
[Dependency Injector]: https://github.com/ets-labs/python-dependency-injector
[vispy]: https://github.com/vispy/vispy
Expand All @@ -157,8 +157,8 @@ title: Working examples
[PyAV]: https://github.com/PyAV-Org/PyAV
[numexpr]: https://github.com/pydata/numexpr
[h5py]: https://github.com/h5py/h5py
[Wrapt]: https://github.com/GrahamDumpleton/wrapt
[pikepdf]: https://github.com/pikepdf/pikepdf
[Wrapt]: https://github.com/GrahamDumpleton/wrapt
[envd]: https://github.com/tensorchord/envd
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
[SimpleJSON]: https://github.com/simplejson/simplejson
Expand Down