Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cibuildwheel-bot[bot] committed Jun 23, 2023
1 parent 2b769c9 commit ae0e057
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Here are some repos that use cibuildwheel.
| [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. |
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python |
| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System |

[scikit-learn]: https://github.com/scikit-learn/scikit-learn
[pytorch-fairseq]: https://github.com/pytorch/fairseq
Expand All @@ -180,7 +180,7 @@ Here are some repos that use cibuildwheel.
[Prophet]: https://github.com/facebook/prophet
[Kivy]: https://github.com/kivy/kivy
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
[MemRay]: https://github.com/bloomberg/memray
[duckdb]: https://github.com/duckdb/duckdb

[appveyor icon]: docs/data/readme_icons/appveyor.svg
[github icon]: docs/data/readme_icons/github.svg
Expand Down
10 changes: 5 additions & 5 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ python_configurations = [
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b2-macos11.pkg" },
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b2-macos11.pkg" },
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b2-macos11.pkg" },
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
{ 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.11-macos_x86_64.tar.bz2" },
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
Expand All @@ -127,11 +127,11 @@ python_configurations = [
{ identifier = "cp311-win32", version = "3.11.4", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.4", arch = "64" },
{ identifier = "cp312-win32", version = "3.12.0-b2", arch = "32" },
{ identifier = "cp312-win_amd64", version = "3.12.0-b2", arch = "64" },
{ identifier = "cp312-win_amd64", version = "3.12.0-b3", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.4", arch = "ARM64" },
{ identifier = "cp312-win_arm64", version = "3.12.0-b2", arch = "ARM64" },
{ identifier = "cp312-win_arm64", version = "3.12.0-b3", arch = "ARM64" },
{ 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.11-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.12-win64.zip" },
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
10 changes: 5 additions & 5 deletions cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via
# delocate
# importlib-metadata
# platformdirs
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -31,5 +31,5 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ delocate==0.10.4
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.6
# via virtualenv
filelock==3.12.1
filelock==3.12.2
# via virtualenv
packaging==23.1
# via delocate
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
typing-extensions==4.6.3
# via delocate
virtualenv==20.23.0
virtualenv==20.23.1
# via -r cibuildwheel/resources/constraints.in
wheel==0.40.0
# via -r cibuildwheel/resources/constraints.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r cibuildwheel/resources/constraints.in
setuptools==67.8.0
setuptools==68.0.0
# via -r cibuildwheel/resources/constraints.in
38 changes: 19 additions & 19 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-06-07-3623bb5
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-06-17-d833a5f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-06-19-ba11de0
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-06-19-ba11de0

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2023-06-07-3623bb5
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-06-17-d833a5f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-06-19-ba11de0

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-06-19-ba11de0

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-06-17-d833a5f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-06-19-ba11de0
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-06-19-ba11de0

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-06-17-d833a5f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-06-19-ba11de0
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-06-19-ba11de0

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-06-17-d833a5f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-06-19-ba11de0
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-06-19-ba11de0

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-06-17-d833a5f
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-06-19-ba11de0
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-06-17-d833a5f
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-06-19-ba11de0

Loading

0 comments on commit ae0e057

Please sign in to comment.