diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 09:31:30 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 09:31:30 -0500 |
| commit | 31d4b0029181879ae3a8869caf38e32c7b8aace7 (patch) | |
| tree | c86151d9119fc3a6c6741bb345f7c4d748af74d3 /requirements | |
| parent | a095d73938a3fee8b56d0de840e0e81bfa52739f (diff) | |
| parent | a7c7e180e77b6fd7b7ac8a2935f1d8639cc68944 (diff) | |
| download | python-coveragepy-git-31d4b0029181879ae3a8869caf38e32c7b8aace7.tar.gz | |
Merge branch 'nedbat/310-kits'
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/pins.pip | 3 | ||||
| -rw-r--r-- | requirements/wheel.pip | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 04721c8b..a6983bb0 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -3,9 +3,10 @@ # Version pins, for use as a constraints file. +auditwheel==3.3.1 cibuildwheel==1.7.0 tox-gh-actions==2.2.0 # setuptools 45.x is py3-only setuptools==44.1.1 -wheel==0.35.1 +wheel==0.36.2 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index f294ab3b..1223cddd 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -5,5 +5,6 @@ # Things needed to make wheels for coverage.py +auditwheel setuptools wheel |
