1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Upgrade setuptools to 67.7.2

This commit is contained in:
Paul Moore 2023-04-25 16:17:13 +01:00
parent 4428130fbe
commit cbc92fd6dd
3 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
Upgrade setuptools to 67.6.1
Upgrade setuptools to 67.7.2

View file

@ -3046,6 +3046,9 @@ class Distribution:
except ValueError:
issue_warning("Unbuilt egg for " + repr(self))
return False
except SystemError:
# TODO: remove this except clause when python/cpython#103632 is fixed.
return False
return True
def clone(self, **kw):

View file

@ -16,7 +16,7 @@ rich==13.3.3
pygments==2.14.0
typing_extensions==4.5.0
resolvelib==1.0.1
setuptools==67.6.1
setuptools==67.7.2
six==1.16.0
tenacity==8.2.2
tomli==2.0.1