From 5824aecc5ca2412ce04ea7772d5f74740ee46f46 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:53:56 -0400 Subject: [PATCH] Update dependencies (#1073) Co-authored-by: mayeut --- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python37.txt | 4 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 54 +++--- docs/working-examples.md | 162 +++++++++--------- 7 files changed, 114 insertions(+), 114 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index b03dafb9..0c016c32 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -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.3.0 +setuptools==61.3.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 8cf831ec..f5834a1b 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -26,11 +26,11 @@ wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.7.0 +zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==22.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.0 +setuptools==61.3.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 58090cae..3bbb3c3c 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -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.3.0 +setuptools==61.3.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index dabd78b7..84f949c6 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -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.3.0 +setuptools==61.3.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index dabd78b7..84f949c6 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -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.3.0 +setuptools==61.3.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index cdb19478..0b30242e 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,43 +1,43 @@ [x86_64] -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 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-04-03-9524524 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-04-03-da6ecb3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-04-03-da6ecb3 [i686] -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 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-04-03-9524524 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-04-03-da6ecb3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-04-03-da6ecb3 [pypy_x86_64] -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 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-04-03-da6ecb3 [pypy_i686] -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 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-04-03-da6ecb3 [aarch64] -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 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-04-03-da6ecb3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-04-03-da6ecb3 [ppc64le] -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 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-04-03-da6ecb3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-04-03-da6ecb3 [s390x] -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 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-04-03-da6ecb3 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-04-03-da6ecb3 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-31-361e6b6 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-31-361e6b6 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-04-03-da6ecb3 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-04-03-da6ecb3 diff --git a/docs/working-examples.md b/docs/working-examples.md index 0874868f..ae5f5702 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -194,93 +194,93 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +