Skip to content

Commit c1ee272

Browse files
Update dependencies
1 parent 35c795e commit c1ee272

11 files changed

+179
-193
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 12 additions & 12 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.5/python-3.10.5-macos11.pkg" },
85-
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" },
86-
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" },
87-
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
88-
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
89-
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
84+
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
85+
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
86+
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
87+
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" },
88+
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" },
89+
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-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,13 +102,13 @@ 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.5", arch = "32" },
106-
{ identifier = "cp310-win_amd64", version = "3.10.5", arch = "64" },
107-
{ identifier = "cp311-win32", version = "3.11.0-b4", arch = "32" },
108-
{ identifier = "cp311-win_amd64", version = "3.11.0-b4", arch = "64" },
105+
{ identifier = "cp310-win32", version = "3.10.6", arch = "32" },
106+
{ identifier = "cp310-win_amd64", version = "3.10.6", arch = "64" },
107+
{ identifier = "cp311-win32", version = "3.11.0-b5", arch = "32" },
108+
{ identifier = "cp311-win_amd64", version = "3.11.0-b5", arch = "64" },
109109
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
110-
{ identifier = "cp310-win_arm64", version = "3.10.5", arch = "ARM64" },
111-
{ identifier = "cp311-win_arm64", version = "3.11.0-b4", arch = "ARM64" },
110+
{ identifier = "cp310-win_arm64", version = "3.10.6", arch = "ARM64" },
111+
{ identifier = "cp311-win_arm64", version = "3.11.0-b5", 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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.10
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.10
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -12,19 +12,17 @@ filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
15-
six==1.16.0
16-
# via virtualenv
1715
typing-extensions==4.3.0
1816
# via delocate
19-
virtualenv==20.15.1
17+
virtualenv==20.16.3
2018
# via -r cibuildwheel/resources/constraints.in
2119
wheel==0.37.1
2220
# via
2321
# -r cibuildwheel/resources/constraints.in
2422
# delocate
2523

2624
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.2
25+
pip==22.2.2
2826
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==63.2.0
27+
setuptools==63.4.2
3028
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python311.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.11
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.11
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -12,19 +12,17 @@ filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
15-
six==1.16.0
16-
# via virtualenv
1715
typing-extensions==4.3.0
1816
# via delocate
19-
virtualenv==20.15.1
17+
virtualenv==20.16.3
2018
# via -r cibuildwheel/resources/constraints.in
2119
wheel==0.37.1
2220
# via
2321
# -r cibuildwheel/resources/constraints.in
2422
# delocate
2523

2624
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.2
25+
pip==22.2.2
2826
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==63.2.0
27+
setuptools==63.4.2
3028
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python36.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.6
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -16,13 +16,11 @@ importlib-resources==5.4.0
1616
# via virtualenv
1717
platformdirs==2.4.0
1818
# via virtualenv
19-
six==1.16.0
20-
# via virtualenv
2119
typing-extensions==4.1.1
2220
# via
2321
# delocate
2422
# importlib-metadata
25-
virtualenv==20.15.1
23+
virtualenv==20.16.3
2624
# via -r cibuildwheel/resources/constraints.in
2725
wheel==0.37.1
2826
# via

cibuildwheel/resources/constraints-python37.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.7
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.7
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -14,13 +14,11 @@ importlib-metadata==4.12.0
1414
# via virtualenv
1515
platformdirs==2.5.2
1616
# via virtualenv
17-
six==1.16.0
18-
# via virtualenv
1917
typing-extensions==4.3.0
2018
# via
2119
# delocate
2220
# importlib-metadata
23-
virtualenv==20.15.1
21+
virtualenv==20.16.3
2422
# via -r cibuildwheel/resources/constraints.in
2523
wheel==0.37.1
2624
# via
@@ -30,7 +28,7 @@ zipp==3.8.1
3028
# via importlib-metadata
3129

3230
# The following packages are considered to be unsafe in a requirements file:
33-
pip==22.2
31+
pip==22.2.2
3432
# via -r cibuildwheel/resources/constraints.in
35-
setuptools==63.2.0
33+
setuptools==63.4.2
3634
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.8
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -12,19 +12,17 @@ filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
15-
six==1.16.0
16-
# via virtualenv
1715
typing-extensions==4.3.0
1816
# via delocate
19-
virtualenv==20.15.1
17+
virtualenv==20.16.3
2018
# via -r cibuildwheel/resources/constraints.in
2119
wheel==0.37.1
2220
# via
2321
# -r cibuildwheel/resources/constraints.in
2422
# delocate
2523

2624
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.2
25+
pip==22.2.2
2826
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==63.2.0
27+
setuptools==63.4.2
3028
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.9
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -12,19 +12,17 @@ filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
15-
six==1.16.0
16-
# via virtualenv
1715
typing-extensions==4.3.0
1816
# via delocate
19-
virtualenv==20.15.1
17+
virtualenv==20.16.3
2018
# via -r cibuildwheel/resources/constraints.in
2119
wheel==0.37.1
2220
# via
2321
# -r cibuildwheel/resources/constraints.in
2422
# delocate
2523

2624
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.2
25+
pip==22.2.2
2826
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==63.2.0
27+
setuptools==63.4.2
3028
# via -r cibuildwheel/resources/constraints.in
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
2+
# This file is autogenerated by pip-compile with python 3.11
33
# To update, run:
44
#
5-
# bin/update_dependencies.py
5+
# nox -s update_constraints-3.11
66
#
77
delocate==0.10.2
88
# via -r cibuildwheel/resources/constraints.in
@@ -12,19 +12,17 @@ filelock==3.7.1
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv
15-
six==1.16.0
16-
# via virtualenv
1715
typing-extensions==4.3.0
1816
# via delocate
19-
virtualenv==20.15.1
17+
virtualenv==20.16.3
2018
# via -r cibuildwheel/resources/constraints.in
2119
wheel==0.37.1
2220
# via
2321
# -r cibuildwheel/resources/constraints.in
2422
# delocate
2523

2624
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.2
25+
pip==22.2.2
2826
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==63.2.0
27+
setuptools==63.4.2
3028
# via -r cibuildwheel/resources/constraints.in
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-07-17-f8ddacc
3-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c
5-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-21-947f13c
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-08-7292f33
3+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e
5+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-07-986762e
88

99
[i686]
10-
manylinux1 = quay.io/pypa/manylinux1_i686:2022-07-17-f8ddacc
11-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c
12-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c
13-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c
14-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-21-947f13c
10+
manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-08-7292f33
11+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
12+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e
13+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e
14+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-07-986762e
1515

1616
[pypy_x86_64]
17-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c
18-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c
19-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c
20-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c
17+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
18+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e
19+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e
20+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e
2121

2222
[pypy_i686]
23-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c
24-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c
25-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c
23+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
24+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e
25+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e
2626

2727
[aarch64]
28-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c
29-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c
30-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c
31-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-21-947f13c
28+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e
29+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e
30+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e
31+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-07-986762e
3232

3333
[ppc64le]
34-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-21-947f13c
35-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-21-947f13c
36-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-21-947f13c
37-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-21-947f13c
34+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-07-986762e
35+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-07-986762e
36+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-07-986762e
37+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-07-986762e
3838

3939
[s390x]
40-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-21-947f13c
41-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-21-947f13c
42-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-21-947f13c
40+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-07-986762e
41+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-07-986762e
42+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-07-986762e
4343

4444
[pypy_aarch64]
45-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c
46-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c
47-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c
45+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e
46+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e
47+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e
4848

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

0 commit comments

Comments
 (0)