diff --git a/README.md b/README.md index 09c8e0285..dfe274cb4 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ Here are some repos that use cibuildwheel. | [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ΒΆ | -| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | +| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | @@ -226,8 +226,8 @@ Here are some repos that use cibuildwheel. [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [Rtree]: https://github.com/Toblerity/rtree -[python-snappy]: https://github.com/andrix/python-snappy [markupsafe]: https://github.com/pallets/markupsafe +[python-snappy]: https://github.com/andrix/python-snappy [H3-py]: https://github.com/uber/h3-py [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy @@ -271,66 +271,66 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 65756d030..b4506b6a6 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -12,13 +12,13 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.1 +importlib-metadata==4.6.3 # via # backports.entry-points-selectable # virtualenv -importlib-resources==5.2.0 +importlib-resources==5.2.2 # via virtualenv -platformdirs==2.1.0 +platformdirs==2.2.0 # via virtualenv six==1.16.0 # via @@ -28,7 +28,7 @@ typing-extensions==3.10.0.0 # via # delocate # importlib-metadata -virtualenv==20.6.0 +virtualenv==20.7.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -40,7 +40,7 @@ zipp==3.5.0 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==21.2.1 +pip==21.2.2 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index ad7d1db79..6ce89945c 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -12,11 +12,11 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.1 +importlib-metadata==4.6.3 # via # backports.entry-points-selectable # virtualenv -platformdirs==2.1.0 +platformdirs==2.2.0 # via virtualenv six==1.16.0 # via @@ -26,7 +26,7 @@ typing-extensions==3.10.0.0 # via # delocate # importlib-metadata -virtualenv==20.6.0 +virtualenv==20.7.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -36,7 +36,7 @@ zipp==3.5.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==21.2.1 +pip==21.2.2 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 85200fff9..cee2475a8 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -platformdirs==2.1.0 +platformdirs==2.2.0 # via virtualenv six==1.16.0 # via @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.6.0 +virtualenv==20.7.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.1 +pip==21.2.2 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index f04777006..936cf3b4b 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -platformdirs==2.1.0 +platformdirs==2.2.0 # via virtualenv six==1.16.0 # via @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.6.0 +virtualenv==20.7.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.1 +pip==21.2.2 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f04777006..936cf3b4b 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -platformdirs==2.1.0 +platformdirs==2.2.0 # via virtualenv six==1.16.0 # via @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.6.0 +virtualenv==20.7.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.1 +pip==21.2.2 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in