Skip to content

Commit 6c426a3

Browse files
[Bot] Update dependencies (#2346)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 55bd91a commit 6c426a3

10 files changed

+11
-11
lines changed

cibuildwheel/resources/constraints-pyodide312.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ unearth==0.17.3
105105
# via pyodide-build
106106
urllib3==2.3.0
107107
# via requests
108-
virtualenv==20.29.3
108+
virtualenv==20.30.0
109109
# via
110110
# build
111111
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.20.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
default = { version = "20.29.3", url = "https://github.com/pypa/get-virtualenv/blob/20.29.3/public/virtualenv.pyz?raw=true" }
1+
default = { version = "20.30.0", url = "https://github.com/pypa/get-virtualenv/blob/20.30.0/public/virtualenv.pyz?raw=true" }

docs/working-examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ title: Working examples
108108
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
109109
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
110110
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
111-
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
112111
| [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. |
112+
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
113113
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
114114
| [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. |
115115
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
@@ -218,8 +218,8 @@ title: Working examples
218218
[ninja]: https://github.com/scikit-build/ninja-python-distributions
219219
[numpythia]: https://github.com/scikit-hep/numpythia
220220
[pyjet]: https://github.com/scikit-hep/pyjet
221-
[SiPM]: https://github.com/EdoPro98/SimSiPM
222221
[ril]: https://github.com/Cryptex-github/ril-py
222+
[SiPM]: https://github.com/EdoPro98/SimSiPM
223223
[GSD]: https://github.com/glotzerlab/gsd
224224
[aalink]: https://github.com/artfwo/aalink
225225
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib

0 commit comments

Comments
 (0)