Skip to content

Commit 4e1fcb8

Browse files
authored
Merge pull request #1394 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 92cb1d8 + 4afa12e commit 4e1fcb8

8 files changed

+38
-38
lines changed

cibuildwheel/resources/constraints-python310.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ distlib==0.3.6
1010
# via virtualenv
1111
filelock==3.9.0
1212
# via virtualenv
13-
packaging==22.0
13+
packaging==23.0
1414
# via delocate
1515
pip==22.3.1
1616
# via -r cibuildwheel/resources/constraints.in
1717
platformdirs==2.6.2
1818
# via virtualenv
19-
setuptools==65.6.3
19+
setuptools==66.0.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
typing-extensions==4.4.0
2222
# via delocate

cibuildwheel/resources/constraints-python311.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ distlib==0.3.6
1010
# via virtualenv
1111
filelock==3.9.0
1212
# via virtualenv
13-
packaging==22.0
13+
packaging==23.0
1414
# via delocate
1515
pip==22.3.1
1616
# via -r cibuildwheel/resources/constraints.in
1717
platformdirs==2.6.2
1818
# via virtualenv
19-
setuptools==65.6.3
19+
setuptools==66.0.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
typing-extensions==4.4.0
2222
# via delocate

cibuildwheel/resources/constraints-python37.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ filelock==3.9.0
1212
# via virtualenv
1313
importlib-metadata==6.0.0
1414
# via virtualenv
15-
packaging==22.0
15+
packaging==23.0
1616
# via delocate
1717
pip==22.3.1
1818
# via -r cibuildwheel/resources/constraints.in
1919
platformdirs==2.6.2
2020
# via virtualenv
21-
setuptools==65.6.3
21+
setuptools==66.0.0
2222
# via -r cibuildwheel/resources/constraints.in
2323
typing-extensions==4.4.0
2424
# via

cibuildwheel/resources/constraints-python38.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ distlib==0.3.6
1010
# via virtualenv
1111
filelock==3.9.0
1212
# via virtualenv
13-
packaging==22.0
13+
packaging==23.0
1414
# via delocate
1515
pip==22.3.1
1616
# via -r cibuildwheel/resources/constraints.in
1717
platformdirs==2.6.2
1818
# via virtualenv
19-
setuptools==65.6.3
19+
setuptools==66.0.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
typing-extensions==4.4.0
2222
# via delocate

cibuildwheel/resources/constraints-python39.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ distlib==0.3.6
1010
# via virtualenv
1111
filelock==3.9.0
1212
# via virtualenv
13-
packaging==22.0
13+
packaging==23.0
1414
# via delocate
1515
pip==22.3.1
1616
# via -r cibuildwheel/resources/constraints.in
1717
platformdirs==2.6.2
1818
# via virtualenv
19-
setuptools==65.6.3
19+
setuptools==66.0.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
typing-extensions==4.4.0
2222
# via delocate

cibuildwheel/resources/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ distlib==0.3.6
1010
# via virtualenv
1111
filelock==3.9.0
1212
# via virtualenv
13-
packaging==22.0
13+
packaging==23.0
1414
# via delocate
1515
pip==22.3.1
1616
# via -r cibuildwheel/resources/constraints.in
1717
platformdirs==2.6.2
1818
# via virtualenv
19-
setuptools==65.6.3
19+
setuptools==66.0.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
typing-extensions==4.4.0
2222
# via delocate
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-01-02-66f8498
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-01-14-0c345ba
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-03-129be5e
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
55
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-03-129be5e
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-01-03-129be5e
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-14-103cb93
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-01-14-103cb93
88

99
[i686]
10-
manylinux1 = quay.io/pypa/manylinux1_i686:2023-01-02-66f8498
10+
manylinux1 = quay.io/pypa/manylinux1_i686:2023-01-14-0c345ba
1111
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
12-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-03-129be5e
12+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-14-103cb93
1313
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
14-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-01-03-129be5e
14+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-01-14-103cb93
1515

1616
[pypy_x86_64]
1717
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
18-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-03-129be5e
18+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
1919
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
20-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-03-129be5e
20+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-14-103cb93
2121

2222
[pypy_i686]
2323
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
24-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-03-129be5e
24+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-14-103cb93
2525
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
2626

2727
[aarch64]
28-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-03-129be5e
28+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-14-103cb93
2929
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
30-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-03-129be5e
31-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-01-03-129be5e
30+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-14-103cb93
31+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-01-14-103cb93
3232

3333
[ppc64le]
34-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-01-03-129be5e
34+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-01-14-103cb93
3535
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
3636
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-01-03-129be5e
37-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-01-03-129be5e
37+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-01-14-103cb93
3838

3939
[s390x]
40-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-01-03-129be5e
40+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-01-14-103cb93
4141
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
42-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-01-03-129be5e
43-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-01-03-129be5e
42+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-01-14-103cb93
43+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-01-14-103cb93
4444

4545
[pypy_aarch64]
46-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-03-129be5e
46+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-14-103cb93
4747
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
48-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-03-129be5e
48+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-14-103cb93
4949

docs/working-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ title: Working examples
5656
| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python |
5757
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
5858
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for AI/ML |
59-
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
6059
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
60+
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
6161
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
6262
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
6363
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
64+
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
6465
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
6566
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
66-
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
6767
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
6868
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
6969
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
@@ -87,8 +87,8 @@ title: Working examples
8787
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
8888
| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine |
8989
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
90-
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
9190
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
91+
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
9292
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
9393
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
9494
| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 |
@@ -162,14 +162,14 @@ title: Working examples
162162
[SimpleJSON]: https://github.com/simplejson/simplejson
163163
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
164164
[envd]: https://github.com/tensorchord/envd
165-
[PyTables]: https://github.com/PyTables/PyTables
166165
[aioquic]: https://github.com/aiortc/aioquic
166+
[PyTables]: https://github.com/PyTables/PyTables
167167
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
168168
[ruptures]: https://github.com/deepcharles/ruptures
169169
[Psycopg 3]: https://github.com/psycopg/psycopg
170+
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
170171
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
171172
[google neuroglancer]: https://github.com/google/neuroglancer
172-
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
173173
[AutoPy]: https://github.com/autopilot-rs/autopy
174174
[H3-py]: https://github.com/uber/h3-py
175175
[Rtree]: https://github.com/Toblerity/rtree
@@ -193,8 +193,8 @@ title: Working examples
193193
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
194194
[mosec]: https://github.com/mosecorg/mosec
195195
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
196-
[bx-python]: https://github.com/bxlab/bx-python
197196
[TgCrypto]: https://github.com/pyrogram/tgcrypto
197+
[bx-python]: https://github.com/bxlab/bx-python
198198
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
199199
[iDynTree]: https://github.com/robotology/idyntree
200200
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc

0 commit comments

Comments
 (0)