Skip to content

[Bot] Update dependencies #2350

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
Apr 8, 2025
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
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-pyodide312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ pip==25.0.1
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
platformdirs==4.3.7
# via virtualenv
pydantic==2.11.1
pydantic==2.11.2
# via
# pyodide-build
# pyodide-lock
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pygments==2.19.1
# via rich
Expand Down Expand Up @@ -92,7 +92,7 @@ typer==0.15.2
# auditwheel-emscripten
# pyodide-build
# pyodide-cli
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# anyio
# pydantic
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 @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0
# via build
tomli==2.2.1
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
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 @@ -22,7 +22,7 @@ platformdirs==4.3.7
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platformdirs==4.3.7
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platformdirs==4.3.7
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0
# via build
tomli==2.2.1
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
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 @@ -26,7 +26,7 @@ pyproject-hooks==1.2.0
# via build
tomli==2.2.1
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platformdirs==4.3.7
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.13.0
typing-extensions==4.13.1
# via delocate
virtualenv==20.30.0
# via -r cibuildwheel/resources/constraints.in
54 changes: 27 additions & 27 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
[x86_64]
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.03.30-1
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

[i686]
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.03.30-1
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.05-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.04.05-1

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.03.30-1
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

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.03.30-1
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

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.03.30-1
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

[pypy_x86_64]
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.03.30-1
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

[pypy_i686]
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.03.30-1
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.04.05-1

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.03.30-1
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.03.30-1
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.03.30-1
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

[armv7l]
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l:2025.03.30-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.03.30-1
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

4 changes: 2 additions & 2 deletions docs/working-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ title: Working examples
| [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 |
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
| [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. |
| [keyvi][] | ![github icon][] | ![linux icon][] ![apple icon][] | FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime |
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
Expand Down Expand Up @@ -195,9 +195,9 @@ title: Working examples
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
[iminuit]: https://github.com/scikit-hep/iminuit
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
[pillow-heif]: https://github.com/bigcat88/pillow_heif
[keyvi]: https://github.com/KeyviDev/keyvi
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
[TgCrypto]: https://github.com/pyrogram/tgcrypto
[iDynTree]: https://github.com/robotology/idyntree
Expand Down
Loading