Skip to content

Commit bbebb68

Browse files
[Bot] Update dependencies (#2603)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 5bbeaf8 commit bbebb68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ shellingham==1.5.4
8989
# via typer
9090
sniffio==1.3.1
9191
# via anyio
92-
typer==0.18.0
92+
typer==0.19.1
9393
# via
9494
# auditwheel-emscripten
9595
# pyodide-build

cibuildwheel/resources/constraints-pyodide313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ shellingham==1.5.4
8989
# via typer
9090
sniffio==1.3.1
9191
# via anyio
92-
typer==0.18.0
92+
typer==0.19.1
9393
# via
9494
# auditwheel-emscripten
9595
# pyodide-build

docs/working-examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ title: Working examples
4747
| [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader |
4848
| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy |
4949
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
50-
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
5150
| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python |
51+
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
5252
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
5353
| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML |
5454
| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by QPDF |
@@ -97,8 +97,8 @@ title: Working examples
9797
| [streaming-form-data][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Streaming parser for multipart/form-data written in Cython |
9898
| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python |
9999
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
100-
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
101100
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
101+
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
102102
| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 |
103103
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
104104
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
@@ -158,8 +158,8 @@ title: Working examples
158158
[tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader
159159
[vispy]: https://github.com/vispy/vispy
160160
[coverage.py]: https://github.com/nedbat/coveragepy
161-
[Line Profiler]: https://github.com/pyutils/line_profiler
162161
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
162+
[Line Profiler]: https://github.com/pyutils/line_profiler
163163
[PyAV]: https://github.com/PyAV-Org/PyAV
164164
[PyYAML]: https://github.com/yaml/pyyaml
165165
[pikepdf]: https://github.com/pikepdf/pikepdf
@@ -208,8 +208,8 @@ title: Working examples
208208
[streaming-form-data]: https://github.com/siddhantgoel/streaming-form-data
209209
[pybase64]: https://github.com/mayeut/pybase64
210210
[bx-python]: https://github.com/bxlab/bx-python
211-
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
212211
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
212+
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
213213
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
214214
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
215215
[fathon]: https://github.com/stfbnc/fathon

0 commit comments

Comments
 (0)