From d223db13d833ec81f6303b042029a46a2462b916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:24:28 -0500 Subject: [PATCH] Update dependencies (#617) --- .../resources/constraints-python36.txt | 8 ++++---- .../resources/constraints-python37.txt | 6 +++--- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 20 +++++++++---------- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 969bbc65..fe0d054e 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -12,9 +12,9 @@ distlib==0.3.1 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==3.7.0 +importlib-metadata==3.7.2 # via virtualenv -importlib-resources==5.1.1 +importlib-resources==5.1.2 # via virtualenv six==1.15.0 # via virtualenv @@ -26,7 +26,7 @@ wheel==0.36.2 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.4.0 +zipp==3.4.1 # via # importlib-metadata # importlib-resources @@ -34,5 +34,5 @@ zipp==3.4.0 # The following packages are considered to be unsafe in a requirements file: pip==21.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==54.0.0 +setuptools==54.1.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 7cf4124c..55515040 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -12,7 +12,7 @@ distlib==0.3.1 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==3.7.0 +importlib-metadata==3.7.2 # via virtualenv six==1.15.0 # via virtualenv @@ -24,11 +24,11 @@ wheel==0.36.2 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.4.0 +zipp==3.4.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==21.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==54.0.0 +setuptools==54.1.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 99d4262e..e49c6986 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==54.0.0 +setuptools==54.1.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 99d4262e..e49c6986 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==54.0.0 +setuptools==54.1.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 99d4262e..e49c6986 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.0.1 # via -r cibuildwheel/resources/constraints.in -setuptools==54.0.0 +setuptools==54.1.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 2985590b..26fc2ccf 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,27 +1,27 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-03-03-d314b45 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-03-03-d3e3cca -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-03-03-d3e3cca +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-03-07-2fa675a +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-03-07-2fa675a [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2021-03-03-d314b45 manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-02-06-3d322a5 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-03-03-d3e3cca -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-03-03-d3e3cca +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-03-07-2fa675a +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-03-07-2fa675a [pypy_x86_64] manylinux2010 = pypywheels/manylinux2010-pypy_x86_64:2020-12-11-f1e0e80 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-03-03-d3e3cca -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-03-03-d3e3cca +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-03-07-2fa675a +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-03-07-2fa675a [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-03-03-6f7c2dc -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-03-03-d3e3cca +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-03-07-2fa675a +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-03-07-2fa675a [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-03-03-d3e3cca -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-03-03-d3e3cca +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-03-07-2fa675a +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-03-07-2fa675a