diff options
Diffstat (limited to 'requirements/pins.pip')
-rw-r--r-- | requirements/pins.pip | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 89794867..7ac8d0c2 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -3,10 +3,6 @@ # Version pins, for use as a constraints file. -auditwheel==5.0.0 -cibuildwheel==2.1.2 -tox==3.24.4 -tox-gh-actions==2.8.1 - -setuptools==58.1.0 -wheel==0.37.0 +# Something in the docs reqs pinned to this version, then readme-renderer pulled +# in a newer version, so pin this globally. +docutils==0.16 |