Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bot] Update dependencies #1070

Merged
merged 1 commit into from
Apr 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ python_configurations = [
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-osx64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-osx64.tar.bz2" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-osx64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" },
]

[windows]
Expand All @@ -93,7 +93,7 @@ python_configurations = [
{ identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-win64.zip" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" },
]
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==61.2.0
setuptools==61.3.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ zipp==3.7.0
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==61.2.0
setuptools==61.3.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==61.2.0
setuptools==61.3.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==61.2.0
setuptools==61.3.0
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==61.2.0
setuptools==61.3.0
# via -r cibuildwheel/resources/constraints.in
54 changes: 27 additions & 27 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-18-11e604c
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-19-a819637
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-31-9afae1d
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-31-361e6b6
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-31-361e6b6
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-31-361e6b6

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-18-11e604c
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-19-a819637
manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-31-9afae1d
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-31-361e6b6
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-31-361e6b6
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-31-361e6b6

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-31-361e6b6
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-31-361e6b6

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-31-361e6b6
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-31-361e6b6

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-14-b2cd80b
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-31-361e6b6
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-31-361e6b6

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-31-361e6b6
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-31-361e6b6

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-31-361e6b6
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-31-361e6b6

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-31-361e6b6
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-31-361e6b6

Loading