diff --git a/cibuildwheel/resources/constraints-python27.txt b/cibuildwheel/resources/constraints-python27.txt index b9456880..aca7c901 100644 --- a/cibuildwheel/resources/constraints-python27.txt +++ b/cibuildwheel/resources/constraints-python27.txt @@ -37,7 +37,7 @@ six==1.15.0 # virtualenv typing==3.7.4.3 # via importlib-resources -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints-python35.txt b/cibuildwheel/resources/constraints-python35.txt index 4ff43043..6790cdc2 100644 --- a/cibuildwheel/resources/constraints-python35.txt +++ b/cibuildwheel/resources/constraints-python35.txt @@ -18,7 +18,7 @@ importlib-resources==3.2.1 # via virtualenv six==1.15.0 # via virtualenv -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 9ed440b7..ab2df3c3 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -20,7 +20,7 @@ six==1.15.0 # via virtualenv typing-extensions==3.7.4.3 # via importlib-metadata -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -34,5 +34,5 @@ zipp==3.4.0 # The following packages are considered to be unsafe in a requirements file: pip==20.3.3 # via -r cibuildwheel/resources/constraints.in -setuptools==51.1.2 +setuptools==51.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 258ab51d..04fe068c 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -18,7 +18,7 @@ six==1.15.0 # via virtualenv typing-extensions==3.7.4.3 # via importlib-metadata -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -30,5 +30,5 @@ zipp==3.4.0 # The following packages are considered to be unsafe in a requirements file: pip==20.3.3 # via -r cibuildwheel/resources/constraints.in -setuptools==51.1.2 +setuptools==51.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 6cb74781..991ebad6 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -14,7 +14,7 @@ filelock==3.0.12 # via virtualenv six==1.15.0 # via virtualenv -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==20.3.3 # via -r cibuildwheel/resources/constraints.in -setuptools==51.1.2 +setuptools==51.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 6cb74781..991ebad6 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -14,7 +14,7 @@ filelock==3.0.12 # via virtualenv six==1.15.0 # via virtualenv -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==20.3.3 # via -r cibuildwheel/resources/constraints.in -setuptools==51.1.2 +setuptools==51.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 6cb74781..991ebad6 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -14,7 +14,7 @@ filelock==3.0.12 # via virtualenv six==1.15.0 # via virtualenv -virtualenv==20.3.0 +virtualenv==20.3.1 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==20.3.3 # via -r cibuildwheel/resources/constraints.in -setuptools==51.1.2 +setuptools==51.3.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 6aa7d846..2267f923 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,22 +1,22 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2020-12-31-84e1e23 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2020-12-31-4928808 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2020-12-31-56195b3 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-01-11-28ab838 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-01-12-ff3830d +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-01-12-c8250d8 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2020-12-31-84e1e23 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-12-31-4928808 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2020-12-31-56195b3 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-01-11-28ab838 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-01-12-ff3830d +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-01-12-c8250d8 [pypy_x86_64] manylinux2010 = pypywheels/manylinux2010-pypy_x86_64:2020-12-11-f1e0e80 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2020-12-31-56195b3 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-01-12-c8250d8 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2020-12-31-56195b3 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-01-12-c8250d8 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2020-12-31-56195b3 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-01-12-c8250d8