Skip to content

Commit a440ab3

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

10 files changed

+158
-158
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,23 @@ Here are some repos that use cibuildwheel.
152152
| Name | CI | OS | Notes |
153153
|-----------------------------------|----|----|:------|
154154
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
155-
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
156155
| [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The fundamental package for scientific computing with Python. |
156+
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
157157
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
158158
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
159-
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
160159
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
160+
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
161161
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
162162
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
163163
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
164164

165165
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
166-
[Tornado]: https://github.com/tornadoweb/tornado
167166
[NumPy]: https://github.com/numpy/numpy
167+
[Tornado]: https://github.com/tornadoweb/tornado
168168
[pytorch-fairseq]: https://github.com/pytorch/fairseq
169169
[Matplotlib]: https://github.com/matplotlib/matplotlib
170-
[Kivy]: https://github.com/kivy/kivy
171170
[NCNN]: https://github.com/Tencent/ncnn
171+
[Kivy]: https://github.com/kivy/kivy
172172
[Prophet]: https://github.com/facebook/prophet
173173
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
174174
[pydantic]: https://github.com/samuelcolvin/pydantic

cibuildwheel/resources/build-platforms.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ python_configurations = [
8484
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
8585
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
8686
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
87-
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b1-macos11.pkg" },
88-
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b1-macos11.pkg" },
89-
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b1-macos11.pkg" },
87+
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" },
88+
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" },
89+
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" },
9090
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
9191
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-osx64.tar.bz2" },
9292
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" },
@@ -104,11 +104,11 @@ python_configurations = [
104104
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
105105
{ identifier = "cp310-win32", version = "3.10.4", arch = "32" },
106106
{ identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" },
107-
{ identifier = "cp311-win32", version = "3.11.0-b1", arch = "32" },
108-
{ identifier = "cp311-win_amd64", version = "3.11.0-b1", arch = "64" },
107+
{ identifier = "cp311-win32", version = "3.11.0-b3", arch = "32" },
108+
{ identifier = "cp311-win_amd64", version = "3.11.0-b3", arch = "64" },
109109
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
110110
{ identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" },
111-
{ identifier = "cp311-win_arm64", version = "3.11.0-b1", arch = "ARM64" },
111+
{ identifier = "cp311-win_arm64", version = "3.11.0-b3", arch = "ARM64" },
112112
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
113113
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" },
114114
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" },

cibuildwheel/resources/constraints-python310.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1.1
27+
pip==22.1.2
2828
# via -r cibuildwheel/resources/constraints.in
2929
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python311.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1.1
27+
pip==22.1.2
2828
# via -r cibuildwheel/resources/constraints.in
2929
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python37.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
importlib-metadata==4.11.4
1414
# via virtualenv
@@ -30,7 +30,7 @@ zipp==3.8.0
3030
# via importlib-metadata
3131

3232
# The following packages are considered to be unsafe in a requirements file:
33-
pip==22.1.1
33+
pip==22.1.2
3434
# via -r cibuildwheel/resources/constraints.in
3535
setuptools==62.3.2
3636
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1.1
27+
pip==22.1.2
2828
# via -r cibuildwheel/resources/constraints.in
2929
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1.1
27+
pip==22.1.2
2828
# via -r cibuildwheel/resources/constraints.in
2929
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.4
1010
# via virtualenv
11-
filelock==3.7.0
11+
filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1.1
27+
pip==22.1.2
2828
# via -r cibuildwheel/resources/constraints.in
2929
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-05-22-74adb27
3-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea
5-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea
6-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-22-fbe07ea
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-06-05-89b8e6d
3+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4
5+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4
6+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-05-61145a4
77

88
[i686]
9-
manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-22-74adb27
10-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea
11-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea
12-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea
13-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-22-fbe07ea
9+
manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-05-89b8e6d
10+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4
11+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4
12+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4
13+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-05-61145a4
1414

1515
[pypy_x86_64]
16-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea
17-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea
18-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea
16+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4
17+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4
18+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4
1919

2020
[pypy_i686]
21-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea
22-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea
23-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea
21+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4
22+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4
23+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4
2424

2525
[aarch64]
26-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea
27-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea
28-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-22-fbe07ea
26+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4
27+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4
28+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-05-61145a4
2929

3030
[ppc64le]
31-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-22-fbe07ea
32-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-22-fbe07ea
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-22-fbe07ea
31+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-05-61145a4
32+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-05-61145a4
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-05-61145a4
3434

3535
[s390x]
36-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-22-fbe07ea
37-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-22-fbe07ea
38-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-22-fbe07ea
36+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-05-61145a4
37+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-05-61145a4
38+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-05-61145a4
3939

4040
[pypy_aarch64]
41-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea
42-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea
41+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4
42+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4
4343

0 commit comments

Comments
 (0)