diff options
-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 |