Skip to content

Commit a7e9ece

Browse files
authored
Merge pull request #1371 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 3dcc2ff + b9a3ed8 commit a7e9ece

11 files changed

+125
-149
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ python_configurations = [
8181
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
8282
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
8383
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
84-
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
85-
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
86-
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
87-
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
88-
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
89-
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
84+
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
85+
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
86+
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
87+
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
88+
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
89+
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-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" },
@@ -102,14 +102,14 @@ python_configurations = [
102102
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
103103
{ identifier = "cp39-win32", version = "3.9.13", arch = "32" },
104104
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
105-
{ identifier = "cp310-win32", version = "3.10.8", arch = "32" },
106-
{ identifier = "cp310-win_amd64", version = "3.10.8", arch = "64" },
107-
{ identifier = "cp311-win32", version = "3.11.0", arch = "32" },
108-
{ identifier = "cp311-win_amd64", version = "3.11.0", arch = "64" },
105+
{ identifier = "cp310-win32", version = "3.10.9", arch = "32" },
106+
{ identifier = "cp310-win_amd64", version = "3.10.9", arch = "64" },
107+
{ identifier = "cp311-win32", version = "3.11.1", arch = "32" },
108+
{ identifier = "cp311-win_amd64", version = "3.11.1", arch = "64" },
109109
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
110110
{ identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" },
111-
{ identifier = "cp311-win_arm64", version = "3.11.0", arch = "ARM64" },
111+
{ identifier = "cp311-win_arm64", version = "3.11.1", 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" },
113-
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" },
114-
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" },
113+
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.10-win64.zip" },
114+
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.10-win64.zip" },
115115
]
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.10
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
packaging==21.3
13+
packaging==22.0
1414
# via delocate
15-
platformdirs==2.5.4
15+
pip==22.3.1
16+
# via -r cibuildwheel/resources/constraints.in
17+
platformdirs==2.6.0
1618
# via virtualenv
17-
pyparsing==3.0.9
18-
# via packaging
19+
setuptools==65.6.3
20+
# via -r cibuildwheel/resources/constraints.in
1921
typing-extensions==4.4.0
2022
# via delocate
21-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2224
# via -r cibuildwheel/resources/constraints.in
2325
wheel==0.38.4
2426
# via -r cibuildwheel/resources/constraints.in
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.3.1
28-
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==65.6.3
30-
# via -r cibuildwheel/resources/constraints.in
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.11
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.11
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
packaging==21.3
13+
packaging==22.0
1414
# via delocate
15-
platformdirs==2.5.4
15+
pip==22.3.1
16+
# via -r cibuildwheel/resources/constraints.in
17+
platformdirs==2.6.0
1618
# via virtualenv
17-
pyparsing==3.0.9
18-
# via packaging
19+
setuptools==65.6.3
20+
# via -r cibuildwheel/resources/constraints.in
1921
typing-extensions==4.4.0
2022
# via delocate
21-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2224
# via -r cibuildwheel/resources/constraints.in
2325
wheel==0.38.4
2426
# via -r cibuildwheel/resources/constraints.in
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.3.1
28-
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==65.6.3
30-
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python36.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typing-extensions==4.1.1
2020
# via
2121
# delocate
2222
# importlib-metadata
23-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2424
# via -r cibuildwheel/resources/constraints.in
2525
wheel==0.37.1
2626
# via
Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.7
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.7
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.7
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
importlib-metadata==5.1.0
13+
importlib-metadata==5.2.0
1414
# via virtualenv
15-
packaging==21.3
15+
packaging==22.0
1616
# via delocate
17-
platformdirs==2.5.4
17+
pip==22.3.1
18+
# via -r cibuildwheel/resources/constraints.in
19+
platformdirs==2.6.0
1820
# via virtualenv
19-
pyparsing==3.0.9
20-
# via packaging
21+
setuptools==65.6.3
22+
# via -r cibuildwheel/resources/constraints.in
2123
typing-extensions==4.4.0
2224
# via
2325
# delocate
2426
# importlib-metadata
25-
virtualenv==20.17.0
27+
virtualenv==20.17.1
2628
# via -r cibuildwheel/resources/constraints.in
2729
wheel==0.38.4
2830
# via -r cibuildwheel/resources/constraints.in
2931
zipp==3.11.0
3032
# via importlib-metadata
31-
32-
# The following packages are considered to be unsafe in a requirements file:
33-
pip==22.3.1
34-
# via -r cibuildwheel/resources/constraints.in
35-
setuptools==65.6.3
36-
# via -r cibuildwheel/resources/constraints.in
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.8
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
packaging==21.3
13+
packaging==22.0
1414
# via delocate
15-
platformdirs==2.5.4
15+
pip==22.3.1
16+
# via -r cibuildwheel/resources/constraints.in
17+
platformdirs==2.6.0
1618
# via virtualenv
17-
pyparsing==3.0.9
18-
# via packaging
19+
setuptools==65.6.3
20+
# via -r cibuildwheel/resources/constraints.in
1921
typing-extensions==4.4.0
2022
# via delocate
21-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2224
# via -r cibuildwheel/resources/constraints.in
2325
wheel==0.38.4
2426
# via -r cibuildwheel/resources/constraints.in
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.3.1
28-
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==65.6.3
30-
# via -r cibuildwheel/resources/constraints.in
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.9
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
packaging==21.3
13+
packaging==22.0
1414
# via delocate
15-
platformdirs==2.5.4
15+
pip==22.3.1
16+
# via -r cibuildwheel/resources/constraints.in
17+
platformdirs==2.6.0
1618
# via virtualenv
17-
pyparsing==3.0.9
18-
# via packaging
19+
setuptools==65.6.3
20+
# via -r cibuildwheel/resources/constraints.in
1921
typing-extensions==4.4.0
2022
# via delocate
21-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2224
# via -r cibuildwheel/resources/constraints.in
2325
wheel==0.38.4
2426
# via -r cibuildwheel/resources/constraints.in
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.3.1
28-
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==65.6.3
30-
# via -r cibuildwheel/resources/constraints.in
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.11
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
44
#
55
# nox -s update_constraints-3.11
66
#
7-
delocate==0.10.3
7+
delocate==0.10.4
88
# via -r cibuildwheel/resources/constraints.in
99
distlib==0.3.6
1010
# via virtualenv
11-
filelock==3.8.0
11+
filelock==3.8.2
1212
# via virtualenv
13-
packaging==21.3
13+
packaging==22.0
1414
# via delocate
15-
platformdirs==2.5.4
15+
pip==22.3.1
16+
# via -r cibuildwheel/resources/constraints.in
17+
platformdirs==2.6.0
1618
# via virtualenv
17-
pyparsing==3.0.9
18-
# via packaging
19+
setuptools==65.6.3
20+
# via -r cibuildwheel/resources/constraints.in
1921
typing-extensions==4.4.0
2022
# via delocate
21-
virtualenv==20.17.0
23+
virtualenv==20.17.1
2224
# via -r cibuildwheel/resources/constraints.in
2325
wheel==0.38.4
2426
# via -r cibuildwheel/resources/constraints.in
25-
26-
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.3.1
28-
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==65.6.3
30-
# via -r cibuildwheel/resources/constraints.in
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-11-27-4b40699
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-12-11-f594764
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-11-27-b2d7fda
5-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-27-b2d7fda
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-27-b2d7fda
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-11-27-b2d7fda
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-12-11-145d107
5+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-11-145d107
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-12-11-145d107
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-12-11-145d107
88

99
[i686]
10-
manylinux1 = quay.io/pypa/manylinux1_i686:2022-11-27-4b40699
10+
manylinux1 = quay.io/pypa/manylinux1_i686:2022-12-11-f594764
1111
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
12-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-27-b2d7fda
13-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-27-b2d7fda
14-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-11-27-b2d7fda
12+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-12-11-145d107
13+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-11-145d107
14+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-12-11-145d107
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:2022-11-27-b2d7fda
19-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-27-b2d7fda
20-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-27-b2d7fda
18+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-12-11-145d107
19+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-11-145d107
20+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-12-11-145d107
2121

2222
[pypy_i686]
2323
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
24-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-27-b2d7fda
25-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-27-b2d7fda
24+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-12-11-145d107
25+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-11-145d107
2626

2727
[aarch64]
28-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-27-b2d7fda
29-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-27-b2d7fda
30-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-27-b2d7fda
31-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-11-27-b2d7fda
28+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-12-11-145d107
29+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-11-145d107
30+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-12-11-145d107
31+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-12-11-145d107
3232

3333
[ppc64le]
34-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-11-27-b2d7fda
35-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-11-27-b2d7fda
36-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-11-27-b2d7fda
37-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-11-27-b2d7fda
34+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-12-11-145d107
35+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-11-145d107
36+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-12-11-145d107
37+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-12-11-145d107
3838

3939
[s390x]
40-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-11-27-b2d7fda
41-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-11-27-b2d7fda
42-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-11-27-b2d7fda
43-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-11-27-b2d7fda
40+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-12-11-145d107
41+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-11-145d107
42+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-12-11-145d107
43+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-12-11-145d107
4444

4545
[pypy_aarch64]
46-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-27-b2d7fda
47-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-27-b2d7fda
48-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-27-b2d7fda
46+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-12-11-145d107
47+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-11-145d107
48+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-12-11-145d107
4949

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "20.17.0"
2-
url = "https://github.com/pypa/get-virtualenv/blob/20.17.0/public/virtualenv.pyz?raw=true"
1+
version = "20.17.1"
2+
url = "https://github.com/pypa/get-virtualenv/blob/20.17.1/public/virtualenv.pyz?raw=true"

0 commit comments

Comments
 (0)