Skip to content

Commit

Permalink
Upgrade setuptools to 67.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Apr 25, 2023
1 parent 4428130 commit cbc92fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion news/setuptools.vendor.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgrade setuptools to 67.6.1
Upgrade setuptools to 67.7.2
3 changes: 3 additions & 0 deletions src/pip/_vendor/pkg_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3046,6 +3046,9 @@ def has_version(self):
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):
Expand Down
2 changes: 1 addition & 1 deletion src/pip/_vendor/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc92fd

Please sign in to comment.