From 2f500c2f775980ff843ab8243586c9c84d826ef2 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 06:14:39 +0000 Subject: [PATCH] Update dependencies --- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python311.txt | 4 +- .../resources/constraints-python36.txt | 2 +- .../resources/constraints-python37.txt | 8 +-- .../resources/constraints-python38.txt | 4 +- .../resources/constraints-python39.txt | 4 +- cibuildwheel/resources/constraints.txt | 4 +- .../resources/pinned_docker_images.cfg | 58 +++++++++---------- cibuildwheel/resources/virtualenv.toml | 4 +- docs/working-examples.md | 6 +- 10 files changed, 49 insertions(+), 49 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 846b4033f..b67253c05 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -18,7 +18,7 @@ pyparsing==3.0.9 # via packaging typing-extensions==4.4.0 # via delocate -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 998df3bad..c669ec4e9 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -18,7 +18,7 @@ pyparsing==3.0.9 # via packaging typing-extensions==4.4.0 # via delocate -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 2d8a714f8..e58ba3cf9 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -20,7 +20,7 @@ typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 0dca6d028..4b1ca57fe 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv -importlib-metadata==5.0.0 +importlib-metadata==5.1.0 # via virtualenv packaging==21.3 # via delocate @@ -22,15 +22,15 @@ typing-extensions==4.4.0 # via # delocate # importlib-metadata -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in -zipp==3.10.0 +zipp==3.11.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index a016b0fe6..1f5c0adb1 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -18,7 +18,7 @@ pyparsing==3.0.9 # via packaging typing-extensions==4.4.0 # via delocate -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index a3634cb19..d0a1fc3ed 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -18,7 +18,7 @@ pyparsing==3.0.9 # via packaging typing-extensions==4.4.0 # via delocate -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 998df3bad..c669ec4e9 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -18,7 +18,7 @@ pyparsing==3.0.9 # via packaging typing-extensions==4.4.0 # via delocate -virtualenv==20.16.7 +virtualenv==20.17.0 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==65.6.0 +setuptools==65.6.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index baea4f18d..a25f79ead 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-11-19-4653eca +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-11-27-4b40699 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-27-b2d7fda +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-11-27-b2d7fda [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-11-19-4653eca +manylinux1 = quay.io/pypa/manylinux1_i686:2022-11-27-4b40699 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-19-1b19e81 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-27-b2d7fda +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-11-27-b2d7fda [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-11-27-b2d7fda [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-11-27-b2d7fda [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-19-1b19e81 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-27-b2d7fda +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-11-27-b2d7fda [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-11-19-1b19e81 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-11-27-b2d7fda +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-11-27-b2d7fda [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-11-19-1b19e81 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-11-27-b2d7fda +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-11-27-b2d7fda [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-19-1b19e81 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-19-1b19e81 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-19-1b19e81 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-11-27-b2d7fda +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-11-27-b2d7fda +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-11-27-b2d7fda diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index ba928d0cf..d70cab4c2 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.16.7" -url = "https://github.com/pypa/get-virtualenv/blob/20.16.7/public/virtualenv.pyz?raw=true" +version = "20.17.0" +url = "https://github.com/pypa/get-virtualenv/blob/20.17.0/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index 6c0413287..c7c88aca3 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -21,8 +21,8 @@ title: Working examples | [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | -| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | +| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 | | [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. | | [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | @@ -55,7 +55,7 @@ title: Working examples | [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | -| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML | +| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for Python, R and Julia | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | @@ -127,8 +127,8 @@ title: Working examples [MemRay]: https://github.com/bloomberg/memray [uvloop]: https://github.com/MagicStack/uvloop [psutil]: https://github.com/giampaolo/psutil -[vaex]: https://github.com/vaexio/vaex [duckdb]: https://github.com/duckdb/duckdb +[vaex]: https://github.com/vaexio/vaex [Google Benchmark]: https://github.com/google/benchmark [Apache Beam]: https://github.com/apache/beam [asyncpg]: https://github.com/MagicStack/asyncpg