diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 22:08:29 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 07:38:20 -0400 |
commit | 749f492bf6b56666f28f8673b58828b6fc47bfcf (patch) | |
tree | 5f8c821a6100b4f11a023090d092c5f452f78894 | |
parent | 8dd451ada6105841f1bd40dfca965da2d5779164 (diff) | |
download | python-coveragepy-git-749f492bf6b56666f28f8673b58828b6fc47bfcf.tar.gz |
build: update build tools
-rw-r--r-- | requirements/pins.pip | 5 | ||||
-rw-r--r-- | requirements/pip.pip | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 680441be..7a101a44 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -4,10 +4,9 @@ # Version pins, for use as a constraints file. auditwheel==3.3.1 -cibuildwheel==1.10.0 +cibuildwheel==1.11.0 tox==3.23.0 tox-gh-actions==2.5.0 -# setuptools 45.x is py3-only -setuptools==44.1.1 +setuptools==56.0.0 wheel==0.36.2 diff --git a/requirements/pip.pip b/requirements/pip.pip index 3768f1ae..77fedd5d 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -3,5 +3,5 @@ -c pins.pip -pip==20.2.4 -virtualenv==20.2.1 +pip==21.1.1 +virtualenv==20.4.4 |